Lines Matching defs:exc
383 exc = None variable in mycontext
390 def __exit__(self, *exc):
490 def __exit__(self, *exc):
502 def __uxit__(self, *exc):
513 exc = None variable in TestContextDecorator.test_contextdecorator_as_mixin.somecontext
519 def __exit__(self, *exc):
612 def _expect_exc(exc_type, exc, exc_tb): argument
616 def _expect_ok(exc_type, exc, exc_tb): argument
702 def __init__(self, exc): argument
748 def raise_exc(exc): argument
779 def raise_exc(exc): argument
807 def gets_the_context_right(exc): argument