Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/unittest/
Dcase.py970 def assertNotIsInstance(self, obj, cls, msg=None): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py1265 def assertNotIsInstance(self, obj, cls, msg=None): member in TestCase