ClassMembers

class emlib.doctools.ClassMembers(properties, methods)[source]

Bases: object

Gathers members defined in a class

A member can be an attribute (a @property) or a method

Attributes Summary

methods

The methods in this class

properties

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

exclude(regexes)[source]
Return type:

dict[str, Any]