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 set​Up Undocumented
Method test​_literal​_type Undocumented
Instance Variable fx Undocumented
def assert_not_same(self, s, t, strict=True): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
strict:boolUndocumented
def assert_same(self, s, t, strict=True): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
strict:boolUndocumented
def assert_simple_is_same(self, s, t, expected, strict): (source)

Undocumented

Parameters
s:TypeUndocumented
t:TypeUndocumented
expected:boolUndocumented
strict:boolUndocumented
def setUp(self): (source)

Undocumented

def test_literal_type(self): (source)

Undocumented

Undocumented