class documentation

class TypeGuardedType(Type): (source)

View In Hierarchy

Only used by find_isinstance_check() etc.
Method __init__ Undocumented
Method __repr__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable type​_guard Undocumented

Inherited from Type:

Class Method deserialize Undocumented
Method accept Undocumented
Method can​_be​_false​_default Undocumented
Method can​_be​_true​_default Undocumented
Method serialize Undocumented
Instance Variable can​_be​_false Undocumented
Instance Variable can​_be​_true Undocumented

Inherited from Context (via Type):

Method get​_column Don't use. Use x.column.
Method get​_line Don't use. Use x.line.
Method set​_line If target is a node, pull line (and column) information into this node. If column is specified, this will override any column information coming from a node.
Instance Variable column Undocumented
Instance Variable end​_line Undocumented
Instance Variable line Undocumented
def __init__(self, type_guard): (source)

Undocumented

Parameters
type​_guard:TypeUndocumented
def __repr__(self): (source)

Undocumented

Returns
strUndocumented
__slots__: tuple[str, ...] = (source)

Undocumented

type_guard = (source)

Undocumented