class documentation

class SameTypeSuite(Suite): (source)

View In Hierarchy

Undocumented

Method assert_not_same Undocumented
Method assert_same Undocumented
Method assert_simple_is_same Undocumented
Method setUp Undocumented
Method test_literal_type Undocumented
Instance Variable fx Undocumented
def assert_not_same(self, s: Type, t: Type, strict: bool = True): (source)

Undocumented

def assert_same(self, s: Type, t: Type, strict: bool = True): (source)

Undocumented

def assert_simple_is_same(self, s: Type, t: Type, expected: bool, strict: bool): (source)

Undocumented

def setUp(self): (source)

Undocumented

def test_literal_type(self): (source)

Undocumented

Undocumented