Home | History | Annotate | Download | only in unittest

Lines Matching refs:callableObj

448     def assertRaises(self, excClass, callableObj=None, *args, **kwargs):
450 by callableObj when invoked with arguments args and keyword
456 If called with callableObj omitted or None, will return a
472 if callableObj is None:
475 callableObj(*args, **kwargs)