class documentation

class FakeInfo(TypeInfo): (source)

View In Hierarchy

Undocumented

Method __getattribute__ Undocumented
Method __init__ Initialize a TypeInfo.
Class Variable __slots__ Undocumented
Instance Variable msg Undocumented

Inherited from TypeInfo:

Class Method deserialize Undocumented
Method __bool__ Undocumented
Method __getitem__ Undocumented
Method __repr__ Undocumented
Method __str__ Return a string representation of the type.
Method add​_type​_vars Undocumented
Method calculate​_metaclass​_type Undocumented
Method direct​_base​_classes Return a direct base classes.
Method dump Return a string dump of the contents of the TypeInfo.
Method get Undocumented
Method get​_containing​_type​_info Undocumented
Method get​_method Undocumented
Method has​_base Return True if type has a base type with the specified name.
Method has​_readable​_member Undocumented
Method is​_generic Is the type generic (i.e. does it have type variables)?
Method is​_metaclass Undocumented
Method serialize Undocumented
Constant FLAGS Undocumented
Instance Variable abstract​_attributes Undocumented
Instance Variable assuming Undocumented
Instance Variable assuming​_proper Undocumented
Instance Variable bad​_mro Undocumented
Instance Variable bases Undocumented
Instance Variable declared​_metaclass Undocumented
Instance Variable defn Undocumented
Instance Variable deletable​_attributes Undocumented
Instance Variable fallback​_to​_any Undocumented
Instance Variable inferring Undocumented
Instance Variable is​_abstract Undocumented
Instance Variable is​_enum Undocumented
Instance Variable is​_final Undocumented
Instance Variable is​_intersection Undocumented
Instance Variable is​_named​_tuple Undocumented
Instance Variable is​_newtype Undocumented
Instance Variable is​_protocol Undocumented
Instance Variable metaclass​_type Undocumented
Instance Variable metadata Undocumented
Instance Variable module​_name Undocumented
Instance Variable mro Undocumented
Instance Variable names Undocumented
Instance Variable runtime​_protocol Undocumented
Instance Variable slots Undocumented
Instance Variable tuple​_type Undocumented
Instance Variable type​_vars Undocumented
Instance Variable typeddict​_type Undocumented
Property fullname Undocumented
Property name Short name.
Property protocol​_members Undocumented
Instance Variable _fullname Undocumented
Instance Variable _mro​_refs Undocumented
Instance Variable _promote Undocumented

Inherited from Node (via TypeInfo, SymbolNode):

Method accept Undocumented

Inherited from Context (via TypeInfo, SymbolNode, Node):

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 __getattribute__(self, attr): (source)

Undocumented

Parameters
attr:strUndocumented
def __init__(self, msg): (source)
Initialize a TypeInfo.
Parameters
msg:strUndocumented
__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented