Home
last modified time | relevance | path

Searched defs:assertNotIsInstance (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dcase.py970 def assertNotIsInstance(self, obj, cls, msg=None): member in TestCase
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py1055 def assertNotIsInstance(self, obj, cls, msg=None): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py1256 def assertNotIsInstance(self, obj, cls, msg=None): member in TestCase