Home
last modified time | relevance | path

Searched defs:assertIsInstance (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
Dtest_recno.py18 def assertIsInstance(self, obj, datatype, msg=None) : member in SimpleRecnoTestCase
/external/python/cpython2/Lib/unittest/
Dcase.py963 def assertIsInstance(self, obj, cls, msg=None): member in TestCase
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py1048 def assertIsInstance(self, obj, cls, msg=None): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py1249 def assertIsInstance(self, obj, cls, msg=None): member in TestCase