class documentation

class SubtypingSuite(Suite): (source)

View In Hierarchy

Undocumented

Method assert​_equivalent Undocumented
Method assert​_not​_subtype Undocumented
Method assert​_strict​_subtype Undocumented
Method assert​_subtype Undocumented
Method assert​_unrelated Undocumented
Method set​Up Undocumented
Method test​_basic​_callable​_subtyping Undocumented
Method test​_default​_arg​_callable​_subtyping Undocumented
Method test​_generic​_interface​_subtyping Undocumented
Method test​_generic​_subtyping​_with​_inheritance​_contravariant Undocumented
Method test​_generic​_subtyping​_with​_inheritance​_covariant Undocumented
Method test​_generic​_subtyping​_with​_inheritance​_invariant Undocumented
Method test​_instance​_subtyping Undocumented
Method test​_interface​_subtyping Undocumented
Method test​_simple​_generic​_instance​_subtyping​_contravariant Undocumented
Method test​_simple​_generic​_instance​_subtyping​_covariant Undocumented
Method test​_simple​_generic​_instance​_subtyping​_invariant Undocumented
Method test​_trivial​_cases Undocumented
Method test​_type​_callable​_subtyping Undocumented
Method test​_var​_arg​_callable​_subtyping​_1 Undocumented
Method test​_var​_arg​_callable​_subtyping​_2 Undocumented
Method test​_var​_arg​_callable​_subtyping​_3 Undocumented
Method test​_var​_arg​_callable​_subtyping​_4 Undocumented
Method test​_var​_arg​_callable​_subtyping​_5 Undocumented
Method test​_var​_arg​_callable​_subtyping​_6 Undocumented
Method test​_var​_arg​_callable​_subtyping​_7 Undocumented
Method test​_var​_arg​_callable​_subtyping​_8 Undocumented
Method test​_var​_arg​_callable​_subtyping​_9 Undocumented
Instance Variable fx Undocumented
Instance Variable fx​_co Undocumented
Instance Variable fx​_contra Undocumented
def assert_equivalent(self, s, t): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
def assert_not_subtype(self, s, t): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
def assert_strict_subtype(self, s, t): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
def assert_subtype(self, s, t): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
def assert_unrelated(self, s, t): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
def setUp(self): (source)

Undocumented

def test_basic_callable_subtyping(self): (source)

Undocumented

def test_default_arg_callable_subtyping(self): (source)

Undocumented

@skip
def test_generic_interface_subtyping(self): (source)

Undocumented

def test_generic_subtyping_with_inheritance_contravariant(self): (source)

Undocumented

def test_generic_subtyping_with_inheritance_covariant(self): (source)

Undocumented

def test_generic_subtyping_with_inheritance_invariant(self): (source)

Undocumented

def test_instance_subtyping(self): (source)

Undocumented

def test_interface_subtyping(self): (source)

Undocumented

def test_simple_generic_instance_subtyping_contravariant(self): (source)

Undocumented

def test_simple_generic_instance_subtyping_covariant(self): (source)

Undocumented

def test_simple_generic_instance_subtyping_invariant(self): (source)

Undocumented

def test_trivial_cases(self): (source)

Undocumented

def test_type_callable_subtyping(self): (source)

Undocumented

def test_var_arg_callable_subtyping_1(self): (source)

Undocumented

def test_var_arg_callable_subtyping_2(self): (source)

Undocumented

def test_var_arg_callable_subtyping_3(self): (source)

Undocumented

def test_var_arg_callable_subtyping_4(self): (source)

Undocumented

def test_var_arg_callable_subtyping_5(self): (source)

Undocumented

def test_var_arg_callable_subtyping_6(self): (source)

Undocumented

def test_var_arg_callable_subtyping_7(self): (source)

Undocumented

def test_var_arg_callable_subtyping_8(self): (source)

Undocumented

def test_var_arg_callable_subtyping_9(self): (source)

Undocumented

Undocumented

fx_co = (source)

Undocumented

fx_contra = (source)

Undocumented