ClassMembers¶
- class emlib.doctools.ClassMembers(properties, methods)[source]¶
Bases:
objectGathers members defined in a class
A member can be an attribute (a @property) or a method
Attributes Summary
The methods in this class
The @properties in this class
Methods Summary
exclude(regexes)Attributes Documentation
-
methods:
dict[str,Any] = <dataclasses._MISSING_TYPE object>¶ The methods in this class
-
properties:
dict[str,Any] = <dataclasses._MISSING_TYPE object>¶ The @properties in this class
Methods Documentation
-
methods: