class MeetSuite(Suite): (source)
Undocumented
Method | assert_meet |
Undocumented |
Method | assert_meet_uninhabited |
Undocumented |
Method | assert_simple_meet |
Undocumented |
Method | callable |
callable(a1, ..., an, r) constructs a callable with argument types a1, ... an and return type r. |
Method | setUp |
Undocumented |
Method | test_callables_with_dynamic |
Undocumented |
Method | test_class_subtyping |
Undocumented |
Method | test_dynamic_type |
Undocumented |
Method | test_function_types |
Undocumented |
Method | test_generic_types_and_dynamic |
Undocumented |
Method | test_generics_with_inheritance |
Undocumented |
Method | test_generics_with_inheritance_and_shared_supertype |
Undocumented |
Method | test_generics_with_multiple_args |
Undocumented |
Method | test_literal_type |
Undocumented |
Method | test_meet_class_types_with_shared_interfaces |
Undocumented |
Method | test_meet_interface_and_class_types |
Undocumented |
Method | test_meet_interface_types |
Undocumented |
Method | test_meet_with_generic_interfaces |
Undocumented |
Method | test_none |
Undocumented |
Method | test_simple_generics |
Undocumented |
Method | test_trivial_cases |
Undocumented |
Method | test_tuples |
Undocumented |
Method | test_type_type |
Undocumented |
Method | test_type_vars |
Undocumented |
Method | test_unbound_type |
Undocumented |
Method | tuple |
Undocumented |
Instance Variable | fx |
Undocumented |
Parameters | |
*a:Type | Undocumented |
Returns | |
CallableType | Undocumented |