القاموس

extension Dictionary: KeyPathIterable
extension Dictionary : PythonConvertible
where Key : PythonConvertible, Value : PythonConvertible
extension Dictionary : ConvertibleFromPython
where Key : ConvertibleFromPython, Value : ConvertibleFromPython
  • تصريح

    public typealias AllKeyPaths = [PartialKeyPath<Dictionary>]
  • تصريح

    public var allKeyPaths: [PartialKeyPath<Dictionary>] { get }
متاح حيث `المفتاح`: `PythonConvertible`، `القيمة`: `PythonConvertible`
متاح حيث `المفتاح`: `ConvertibleFromPython`، `القيمة`: `ConvertibleFromPython`