class documentation

class Class(HasMembers):

View In Hierarchy

Represents a class definition.
Class ​Semantic A list of well-known properties and behaviour that can be attributed to a class.
Class Variable bases Undocumented
Class Variable decorations Undocumented
Class Variable members Undocumented
Class Variable metaclass Undocumented
Class Variable modifiers Undocumented
Class Variable semantic​_hints Undocumented

Inherited from HasMembers:

Method sync​_hierarchy No summary
Instance Variable parent Returns the parent of the #HasMembers. Note that if you make any modifications to the API object tree, you will need to call #sync_hierarchy() afterwards because adding to #Class.members or #Module.members does not automatically keep the #parent property in sync.

Inherited from ApiObject (via HasMembers):

Method __post​_init__ Undocumented
Method parent.setter Undocumented
Class Variable docstring Undocumented
Class Variable location Undocumented
Class Variable name Undocumented
Property path Returns a list of all of this API object's parents, from top to bottom. The list includes self as the last item.
Instance Variable ​_parent Undocumented
bases: t.Optional[t.List[str]] =

Undocumented

decorations: t.Optional[t.List[Decoration]] =

Undocumented

members: t.List[_MemberType] =

Undocumented

metaclass: t.Optional[str] =

Undocumented

modifiers: t.List[str] =

Undocumented

semantic_hints: t.List[Semantic] =

Undocumented