class documentation

class TypeAliasForwardRef:

View In Hierarchy

Pseudo typing class for autodoc_type_aliases.

This avoids the error on evaluating the type inside get_type_hints().

Method __call__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
Instance Variable name Undocumented
def __call__(self):

Undocumented

def __eq__(self, other):

Undocumented

Parameters
other:AnyUndocumented
Returns
boolUndocumented
def __init__(self, name):

Undocumented

Parameters
name:strUndocumented
name =

Undocumented