class documentation

Abstract base class for function types.

Method __init__ Undocumented
Method get_name Undocumented
Method is_type_obj Undocumented
Method type_object Undocumented
Method with_name Undocumented
Class Variable __slots__ Undocumented
Class Variable fallback Undocumented
Property items Undocumented
Instance Variable _can_be_false Undocumented

Inherited from Type (via ProperType):

Class Method deserialize Undocumented
Method __repr__ Undocumented
Method accept Undocumented
Method can_be_false.setter Undocumented
Method can_be_false_default Undocumented
Method can_be_true.setter Undocumented
Method can_be_true_default Undocumented
Method is_singleton_type Undocumented
Method serialize Undocumented
Property can_be_false Undocumented
Property can_be_true Undocumented
Instance Variable _can_be_true Undocumented

Inherited from Context (via ProperType, Type):

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_column Undocumented
Instance Variable end_line Undocumented
Instance Variable line Undocumented