Home | History | Annotate | Download | only in test_utils

Lines Matching refs:callableObj

537     def assertRaises(self, excClass, callableObj=None, *args, **kwargs):
539 by callableObj when invoked with arguments args and keyword
545 If called with callableObj omitted or None, will return a
552 if callableObj is None:
558 _EmulateWith(context, lambda: callableObj(*args, **kwargs))