Dictionary

extension Dictionary: KeyPathIterable
extension Dictionary : PythonConvertible
where Key : PythonConvertible, Value : PythonConvertible
extension Dictionary : ConvertibleFromPython
where Key : ConvertibleFromPython, Value : ConvertibleFromPython
  • Declaration

    public typealias AllKeyPaths = [PartialKeyPath<Dictionary>]
  • Declaration

    public var allKeyPaths: [PartialKeyPath<Dictionary>] { get }