Searched refs:callable_obj (Results 1 – 3 of 3) sorted by relevance
172 callable_obj, *args = args174 self.obj_name = callable_obj.__name__176 self.obj_name = str(callable_obj)178 callable_obj(*args, **kwargs)
977 callable_obj=None, *args, **kwargs): argument991 if callable_obj is None:994 callable_obj(*args, **kwargs)
2520 def _CheckRaises(self, exc_class, callable_obj, exception): argument2523 callable_obj()