philh_myftp_biz.json.List

Module Contents

Classes

List

API

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

Bases: philh_myftp_biz.json.Collection.Collection[philh_myftp_biz.json.List.List.V, list[philh_myftp_biz.json.List.List.V]]

Initialization

_default: list[Any] = []
__getitem__(key: int | slice) V | list[V]
extend(items: Iterable[V]) None
pop(i: int = -1, n: int = 1) tuple[V, ...]
__iadd__(value: V) Self
__isub__(value: V) Self
sorted(func: Callable[[V], Any] = lambda x: ...) List[V]
sort(func: Callable[[V], Any] = lambda x: ...) None
max(func: Callable[[V], Any] = lambda x: ...) None | V
filtered(func: Callable[[V], Any] = lambda x: ...) List[V]
filter(func: Callable[[V], Any] = lambda x: ...) None
reversed() List[V]
reverse() None
random() None | V
shuffled() List[V]
shuffle() None
uniquified(func: Callable[[V], Any] = lambda x: ...) List[V]
uniquify(func: Callable[[V], Any] = lambda x: ...) None
flattened() List[Any]
flatten() None