Home
last modified time | relevance | path

Searched refs:callable_obj (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/unittest/
Dcase.py172 callable_obj, *args = args
174 self.obj_name = callable_obj.__name__
176 self.obj_name = str(callable_obj)
178 callable_obj(*args, **kwargs)
/external/python/cpython2/Lib/unittest/
Dcase.py977 callable_obj=None, *args, **kwargs): argument
991 if callable_obj is None:
994 callable_obj(*args, **kwargs)
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py2520 def _CheckRaises(self, exc_class, callable_obj, exception): argument
2523 callable_obj()