Lines Matching defs:exc
389 exc = None variable in mycontext
396 def __exit__(self, *exc):
496 def __exit__(self, *exc):
508 def __uxit__(self, *exc):
519 exc = None variable in TestContextDecorator.test_contextdecorator_as_mixin.somecontext
525 def __exit__(self, *exc):
618 def _expect_exc(exc_type, exc, exc_tb): argument
622 def _expect_ok(exc_type, exc, exc_tb): argument
708 def __init__(self, exc): argument
754 def raise_exc(exc): argument
819 def raise_exc(exc): argument
847 def gets_the_context_right(exc): argument