class documentation

class TypesSuite(Suite): (source)

View In Hierarchy

Undocumented

Method set​Up Undocumented
Method test​_any Undocumented
Method test​_callable​_type Undocumented
Method test​_callable​_type​_with​_default​_args Undocumented
Method test​_callable​_type​_with​_var​_args Undocumented
Method test​_generic​_function​_type Undocumented
Method test​_generic​_unbound​_type Undocumented
Method test​_indirection​_no​_infinite​_recursion Undocumented
Method test​_simple​_unbound​_type Undocumented
Method test​_tuple​_type Undocumented
Method test​_type​_alias​_expand​_all Undocumented
Method test​_type​_alias​_expand​_once Undocumented
Method test​_type​_variable​_binding Undocumented
Instance Variable function Undocumented
Instance Variable fx Undocumented
Instance Variable x Undocumented
Instance Variable y Undocumented
def setUp(self): (source)

Undocumented

def test_any(self): (source)

Undocumented

def test_callable_type(self): (source)

Undocumented

def test_callable_type_with_default_args(self): (source)

Undocumented

def test_callable_type_with_var_args(self): (source)

Undocumented

def test_generic_function_type(self): (source)

Undocumented

def test_generic_unbound_type(self): (source)

Undocumented

def test_indirection_no_infinite_recursion(self): (source)

Undocumented

def test_simple_unbound_type(self): (source)

Undocumented

def test_tuple_type(self): (source)

Undocumented

def test_type_alias_expand_all(self): (source)

Undocumented

def test_type_alias_expand_once(self): (source)

Undocumented

def test_type_variable_binding(self): (source)

Undocumented

function = (source)

Undocumented

Undocumented

Undocumented

Undocumented