Lines Matching refs:callableObj
537 def assertRaises(self, excClass, callableObj=None, *args, **kwargs):539 by callableObj when invoked with arguments args and keyword545 If called with callableObj omitted or None, will return a552 if callableObj is None:558 _EmulateWith(context, lambda: callableObj(*args, **kwargs))