Diccionario

extension Dictionary: KeyPathIterable
extension Dictionary : PythonConvertible
where Key : PythonConvertible, Value : PythonConvertible
extension Dictionary : ConvertibleFromPython
where Key : ConvertibleFromPython, Value : ConvertibleFromPython
  • Declaración

    public typealias AllKeyPaths = [PartialKeyPath<Dictionary>]
  • Declaración

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

Disponible donde `Key`:` PythonConvertible`, `Value`:` PythonConvertible`

Disponible donde `Key`:` ConvertibleFromPython`, `Value`:` ConvertibleFromPython`