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 setUp 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_type_var_tuple Undocumented
Method test_type_var_tuple_unpacked_tuple Undocumented
Method test_type_var_tuple_unpacked_variable_length_tuple Undocumented
Method test_type_var_tuple_unpacked_varlength_tuple Undocumented
Method test_type_var_tuple_with_prefix_suffix 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: Type, t: Type): (source)

Undocumented

def assert_not_subtype(self, s: Type, t: Type): (source)

Undocumented

def assert_strict_subtype(self, s: Type, t: Type): (source)

Undocumented

def assert_subtype(self, s: Type, t: Type): (source)

Undocumented

def assert_unrelated(self, s: Type, t: Type): (source)

Undocumented

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_type_var_tuple(self): (source)

Undocumented

def test_type_var_tuple_unpacked_tuple(self): (source)

Undocumented

def test_type_var_tuple_unpacked_variable_length_tuple(self): (source)

Undocumented

def test_type_var_tuple_unpacked_varlength_tuple(self): (source)

Undocumented

def test_type_var_tuple_with_prefix_suffix(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

Undocumented

fx_contra = (source)

Undocumented