מילון

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 }
זמין כאשר `Key` : `PythonConvertible`, `Value` : `PythonConvertible`
זמין כאשר `Key` : `ConvertibleFromPython`, `Value` : `ConvertibleFromPython`