class documentation

class ProperType(Type): (source)

Known subclasses: mypy.types.AnyType, mypy.types.CallableArgument, mypy.types.DeletedType, mypy.types.EllipsisType, mypy.types.ErasedType, mypy.types.FunctionLike, mypy.types.Instance, mypy.types.LiteralType, mypy.types.NoneType, mypy.types.PartialType, mypy.types.PlaceholderType, mypy.types.RawExpressionType, mypy.types.StarType, mypy.types.TupleType, mypy.types.TypedDictType, mypy.types.TypeList, mypy.types.TypeType, mypy.types.TypeVarLikeType, mypy.types.UnboundType, mypy.types.UninhabitedType, mypy.types.UnionType

View In Hierarchy

Not a type alias.

Every type except TypeAliasType must inherit from this type.

Class Variable __slots__ Undocumented

Inherited from Type:

Class Method deserialize Undocumented
Method __init__ Undocumented
Method __repr__ 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