Dizionario

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

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

    public var allKeyPaths: [PartialKeyPath<Dictionary>] { get }
Disponibile dove `Chiave` : `PythonConvertible`, `Valore` : `PythonConvertible`
Disponibile dove `Key` : `ConvertibleFromPython`, `Value` : `ConvertibleFromPython`