Home
last modified time | relevance | path

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

/external/python/asn1crypto/tests/
D_unittest_compat.py107 def _assert_raises_regex(self, expected_exception, expected_regexp, callable_obj=None, *args, **kwa… argument
/external/python/cpython2/Lib/unittest/
Dcase.py977 callable_obj=None, *args, **kwargs): argument
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py1062 callable_obj=None, *args, **kwargs): argument
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py2730 def _CheckRaises(self, exc_class, callable_obj, exception): argument