philh_myftp_biz.json.Dict

Module Contents

Classes

Dict

API

class philh_myftp_biz.json.Dict.Dict(t: STRUCT | File | Collection[T, STRUCT] | Any = None)

Bases: philh_myftp_biz.json.Collection.Collection[philh_myftp_biz.json.Dict.Dict.T, dict[str, philh_myftp_biz.json.Dict.Dict.T]]

Initialization

_default: dict[str, philh_myftp_biz.json.Dict.Dict.T] = None
__getitem__(key: str) T | None
items() ItemsView[str, T]
keys() KeysView[str]
values() ValuesView[T]
get(key: str, default: Any = None) Any
update(other: dict[str, T] | Dict[T]) None