class documentation

class Indirection(ApiObject):

View In Hierarchy

Represents an imported name. It can be used to properly find the full name target of a link written with a local name.
Class Variable target Undocumented

Inherited from ApiObject:

Method __post​_init__ Undocumented
Method parent.setter Undocumented
Method sync​_hierarchy No summary
Class Variable docstring Undocumented
Class Variable location Undocumented
Class Variable name Undocumented
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.
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
target: str =

Undocumented