Home
last modified time | relevance | path

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

/external/python/parse_type/tests/
Dparse_type_test.py50 def assertIsNone(self, obj, msg=None): member in TestCase
/external/python/cpython2/Lib/unittest/
Dcase.py951 def assertIsNone(self, obj, msg=None): member in TestCase
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py1036 def assertIsNone(self, obj, msg=None): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py1237 def assertIsNone(self, obj, msg=None): member in TestCase