class documentation

class ReverseMap:

View In Hierarchy

Reverse map for finding the parent of an #ApiObject.

@deprecated 1.1.0 -- Use #ApiObject.parent and #ApiObject.path instead of #get_parent() and #path().

Method __init__ Undocumented
Method get​_parent Undocumented
Method path Undocumented
def __init__(self, modules):

Undocumented

Parameters
modules:t.List[Module]Undocumented
def get_parent(self, obj):

Undocumented

Parameters
obj:ApiObjectUndocumented
Returns
t.Optional[ApiObject]Undocumented
def path(self, obj):

Undocumented

Parameters
obj:ApiObjectUndocumented
Returns
t.List[ApiObject]Undocumented