/third_party/python/Lib/test/ |
D | test_with.py | 24 def __exit__(self, type, value, traceback): member in MockContextManager 73 def __exit__(self, *exc_info): member in Nested 100 def __exit__(self, *exc_info): member in MockNested 114 def __exit__(self, type, value, traceback): member in FailureTestCase.testEnterAttributeError1.LacksEnter 167 def __exit__(self, *args): member in FailureTestCase.testEnterThrows.EnterThrows 182 def __exit__(self, *args): member in FailureTestCase.testExitThrows.ExitThrows 469 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedStopIteration2.cm 510 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedGeneratorExit2.cm 531 def __exit__(self, a, b, c): member in ExceptionalTestCase.testErrorsInBool.cm 629 def __exit__(self, t, v, tb): pass member in AssignmentTargetTestCase.testMultipleComplexTargets.C [all …]
|
D | test_contextlib.py | 18 def __exit__(self, *args): member in TestAbstractContextManager.test_enter.DefaultEnter 35 def __exit__(self, exc_type, exc_value, traceback): member in TestAbstractContextManager.test_structural_subclassing.ManagerFromScratch 41 def __exit__(self, *args): member in TestAbstractContextManager.test_structural_subclassing.DefaultEnter 52 __exit__ = None variable in TestAbstractContextManager.test_structural_subclassing.NoExit 396 def __exit__(self, *exc): member in mycontext 496 def __exit__(self, *exc): member in TestContextDecorator.test_typo_enter.mycontext 525 def __exit__(self, *exc): member in TestContextDecorator.test_contextdecorator_as_mixin.somecontext 631 def __exit__(self, *exc_details): member in TestBaseExitStack.test_push.ExitCM 654 def __exit__(self, *exc_details): member in TestBaseExitStack.test_enter_context.TestCM 712 def __exit__(self, *exc_details): member in TestBaseExitStack.test_exit_exception_chaining_reference.RaiseExc [all …]
|
D | test_raise.py | 22 def __exit__(self, exc_type, exc_value, exc_tb): member in Context 384 def __exit__(self, t, v, tb): member in TestContext.test_context_manager.ContextManager
|
/third_party/skia/infra/bots/ |
D | utils.py | 35 def __exit__(self, t, v, tb): member in print_timings 53 def __exit__(self, t, v, tb): member in tmp_dir 73 def __exit__(self, t, v, tb): member in chdir 110 def __exit__(self, exc_type, _value, _traceback): member in git_branch
|
D | git_utils.py | 34 def __exit__(self, exc_type, _value, _traceback): member in GitLocalConfig 88 def __exit__(self, exc_type, _value, _traceback): member in GitBranch
|
/third_party/python/Lib/test/support/ |
D | import_helper.py | 171 def __exit__(self, *ignore_exc): member in CleanImport 195 def __exit__(self, *ignore_exc): member in DirsOnSysPath
|
D | threading_helper.py | 204 def __exit__(self, *exc_info): member in catch_threading_exception
|
/third_party/python/Lib/ |
D | contextlib.py | 26 def __exit__(self, exc_type, exc_value, traceback): member in AbstractContextManager 139 def __exit__(self, typ, value, traceback): member in _GeneratorContextManager 339 def __exit__(self, *exc_info): member in closing 383 def __exit__(self, exctype, excinst, exctb): member in _RedirectStream 426 def __exit__(self, exctype, excinst, exctb): member in suppress 533 def __exit__(self, *exc_details): member in ExitStack 738 def __exit__(self, *excinfo): member in nullcontext
|
D | runpy.py | 40 def __exit__(self, *args): member in _TempModule 58 def __exit__(self, *args): member in _ModifiedArgv0
|
D | cProfile.py | 117 def __exit__(self, *exc_info): member in Profile
|
D | wave.py | 175 def __exit__(self, *args): member in Wave_read 331 def __exit__(self, *args): member in Wave_write
|
D | sunau.py | 175 def __exit__(self, *args): member in Au_read 326 def __exit__(self, *args): member in Au_write
|
D | tempfile.py | 516 def __exit__(self, exc, value, tb): member in _TemporaryFileWrapper 712 def __exit__(self, exc, value, tb): member in SpooledTemporaryFile 854 def __exit__(self, exc, value, tb): member in TemporaryDirectory
|
/third_party/python/Lib/multiprocessing/dummy/ |
D | connection.py | 36 def __exit__(self, exc_type, exc_value, exc_tb): member in Listener 74 def __exit__(self, exc_type, exc_value, exc_tb): member in Connection
|
/third_party/skia/tools/skqp/ |
D | create_apk.py | 85 def __exit__(self, a, b, c): member in RemoveFiles 95 def __exit__(self, a, b, c): member in ChDir
|
/third_party/skia/tools/skpbench/ |
D | _hardware_android.py | 71 def __exit__(self, exception_type, exception_value, traceback): member in HardwareAndroid
|
D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback): member in Hardware
|
/third_party/python/Lib/unittest/ |
D | _log.py | 63 def __exit__(self, exc_type, exc_value, tb): member in _AssertLogsContext
|
/third_party/rust/crates/regex/scripts/ |
D | scrape_crates_io.py | 157 def __exit__(self, ty, value, tb): member in Crate
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
D | gitlab_section.py | 61 def __exit__(self, exc_type, exc_val, exc_tb): member in GitlabSection
|
D | log_follower.py | 63 def __exit__(self, exc_type, exc_val, exc_tb): member in LogFollower
|
/third_party/python/Lib/asyncio/ |
D | unix_events.py | 886 def __exit__(self, a, b, c): member in AbstractChildWatcher 910 def __exit__(self, exc_type, exc_value, exc_traceback): member in PidfdChildWatcher 1040 def __exit__(self, a, b, c): member in SafeChildWatcher 1123 def __exit__(self, a, b, c): member in FastChildWatcher 1242 def __exit__(self, exc_type, exc_val, exc_tb): member in MultiLoopChildWatcher 1359 def __exit__(self, exc_type, exc_val, exc_tb): member in ThreadedChildWatcher
|
D | windows_utils.py | 118 def __exit__(self, t, v, tb): member in PipeHandle
|
/third_party/python/Lib/urllib/ |
D | response.py | 33 def __exit__(self, type, value, traceback): member in addbase
|
/third_party/python/Lib/multiprocessing/ |
D | synchronize.py | 97 def __exit__(self, *args): member in SemLock 232 def __exit__(self, *args): member in Condition
|