Lines Matching defs:exc
384 exc = None variable in mycontext
391 def __exit__(self, *exc):
491 def __exit__(self, *exc):
503 def __uxit__(self, *exc):
514 exc = None variable in TestContextDecorator.test_contextdecorator_as_mixin.somecontext
520 def __exit__(self, *exc):
602 def _expect_exc(exc_type, exc, exc_tb): argument
606 def _expect_ok(exc_type, exc, exc_tb): argument
692 def __init__(self, exc): argument
738 def raise_exc(exc): argument
769 def raise_exc(exc): argument
797 def gets_the_context_right(exc): argument