philh_myftp_biz.json.Collection¶
Module Contents¶
Classes¶
Data¶
API¶
- philh_myftp_biz.json.Collection._NO_VALUE = 'object(...)'¶
- class philh_myftp_biz.json.Collection.Collection(t: STRUCT | File | Collection[T, STRUCT] | Any = None)¶
Initialization
- _default: philh_myftp_biz.json.Collection.Collection.STRUCT = None¶
- _cache: philh_myftp_biz.json.Collection.Collection.STRUCT = None¶
- var: philh_myftp_biz.file._Template = None¶
- read() STRUCT¶
- handle() Generator[STRUCT, None, None]¶
- save(data: STRUCT | Collection[T, STRUCT] = _NO_VALUE) None¶
- copy() Self¶
- __len__() int¶
- __setitem__(key: Any, value: T) None¶
- __delitem__(key: Any) None¶
- __contains__(key: Any) bool¶
- __str__() str¶
- __repr__ = None¶
- __iter__() Iterator[T]¶
- reset() None¶