philh_myftp_biz.functools.attr¶
Module Contents¶
Classes¶
Attribute of Instance/Object |
Functions¶
Get all attributes of an instance or object |
Data¶
API¶
- philh_myftp_biz.functools.attr.dunders: list[str] = []¶
- class philh_myftp_biz.functools.attr.attr¶
Attribute of Instance/Object
- parent: Any = None¶
- name: str = None¶
- private() bool¶
- value()¶
- callable()¶
- parameters() list[str]¶
- null()¶
- set(value: Any) None¶
- __str__() str¶
Get the value of the attribute as a string
Formats with json.dumps
- philh_myftp_biz.functools.attr.attrs(obj: Any) Generator[philh_myftp_biz.functools.attr.attr, Any, None]¶
Get all attributes of an instance or object