Searched defs:assertIsInstance (Results 1 – 2 of 2) sorted by relevance
18 def assertIsInstance(self, obj, datatype, msg=None) : member in SimpleRecnoTestCase
962 def assertIsInstance(self, obj, cls, msg=None): member in TestCase