Dicionário

extension Dictionary: KeyPathIterable
extension Dictionary : PythonConvertible
where Key : PythonConvertible, Value : PythonConvertible
extension Dictionary : ConvertibleFromPython
where Key : ConvertibleFromPython, Value : ConvertibleFromPython
  • Declaração

    public typealias AllKeyPaths = [PartialKeyPath<Dictionary>]
  • Declaração

    public var allKeyPaths: [PartialKeyPath<Dictionary>] { get }
Disponível onde `Key` : `PythonConvertible`, `Value` : `PythonConvertible`
Disponível onde `Key` : `ConvertibleFromPython`, `Value` : `ConvertibleFromPython`