class ObjectMember(tuple):
A member of object.
This is used for the result of Documenter.get_object_members()
to
represent each member of the object.
Note
An instance of this class behaves as a tuple of (name, object) for compatibility to old Sphinx. The behavior will be dropped in the future. Therefore extensions should not use the tuple interface.
Method | __init__ |
Undocumented |
Method | __new__ |
Undocumented |
Instance Variable | __name__ |
Undocumented |
Instance Variable | class​_ |
Undocumented |
Instance Variable | docstring |
Undocumented |
Instance Variable | object |
Undocumented |
Instance Variable | skipped |
Undocumented |
Undocumented
Parameters | |
name:str | Undocumented |
obj:Any | Undocumented |
docstring:Optional[ | Undocumented |
class​_:Any | Undocumented |
skipped:bool | Undocumented |