Home
last modified time | relevance | path

Searched defs:__exit__ (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/external/python/cpython2/Lib/test/
Dtest_with.py25 def __exit__(self, type, value, traceback): member in MockContextManager
74 def __exit__(self, *exc_info): member in Nested
101 def __exit__(self, *exc_info): member in MockNested
115 def __exit__(self, type, value, traceback): member in FailureTestCase.testEnterAttributeError.LacksEnter
164 def __exit__(self, *args): member in FailureTestCase.testEnterThrows.EnterThrows
179 def __exit__(self, *args): member in FailureTestCase.testExitThrows.ExitThrows
463 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedStopIteration2.cm
502 def __exit__(self, type, value, traceback): member in ExceptionalTestCase.testRaisedGeneratorExit2.cm
523 def __exit__(self, a, b, c): member in ExceptionalTestCase.testErrorsInBool.cm
621 def __exit__(self, t, v, tb): pass member in AssignmentTargetTestCase.testMultipleComplexTargets.C
[all …]
/external/python/cpython3/Lib/test/
Dtest_with.py24 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 …]
Dtest_contextlib.py18 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 …]
/external/skia/infra/bots/
Dutils.py35 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
Dgit_utils.py35 def __exit__(self, exc_type, _value, _traceback): member in GitLocalConfig
91 def __exit__(self, exc_type, _value, _traceback): member in GitBranch
/external/autotest/client/cros/networking/
Dshill_context.py79 def __exit__(self, exc_type, exc_value, traceback): member in AllowedTechnologiesContext
166 def __exit__(self, exc_type, exc_value, traceback): member in ServiceAutoConnectContext
236 def __exit__(self, exception, value, traceback): member in StaticIPContext
/external/python/cpython2/Tools/pybench/
DWith.py13 def __exit__(self, exc, val, tb): member in WithFinally.ContextManager
59 def __exit__(self): member in TryFinally.ContextManager
166 def __exit__(self, exc, val, tb): member in WithRaiseExcept.BlockExceptions
/external/python/cpython2/Lib/
Dcontextlib.py21 def __exit__(self, type, value, traceback): member in GeneratorContextManager
153 def __exit__(self, *exc_info): member in closing
Drunpy.py40 def __exit__(self, *args): member in _TempModule
58 def __exit__(self, *args): member in _ModifiedArgv0
/external/tensorflow/tensorflow/python/autograph/core/
Dag_ctx.py76 def __exit__(self, unused_type, unused_value, unused_traceback): member in ControlStatusCtx
87 def __exit__(self, unused_type, unused_value, unused_traceback): member in NullCtx
/external/python/cpython3/Lib/
Dcontextlib.py26 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
Drunpy.py40 def __exit__(self, *args): member in _TempModule
58 def __exit__(self, *args): member in _ModifiedArgv0
/external/openthread/tools/harness-automation/autothreadharness/
Drf_shield_controller.py55 def __exit__(self, *args, **kwargs): member in RfShieldController
88 def __exit__(self, *args, **kwargs): member in RfSwitchController
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_temp_file.py78 def __exit__(self, type, value, traceback): member in DeviceTempFile
120 def __exit__(self, exc_type, exc_val, exc_tb): member in NamedDeviceTemporaryDirectory
/external/python/cpython3/Lib/test/support/
Dimport_helper.py172 def __exit__(self, *ignore_exc): member in CleanImport
196 def __exit__(self, *ignore_exc): member in DirsOnSysPath
/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/
Dhelpers.py52 def __exit__(self, exc_type, exc_value, traceback): member in ScopedIncrementCounter
146 def __exit__(self, exc_type, exc_value, traceback): member in ScopedMeasureTime
/external/cronet/build/fuchsia/test/
Dffx_integration.py58 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in ScopedFfxConfig
113 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in FfxTestRunner
/external/python/cpython3/Lib/multiprocessing/dummy/
Dconnection.py36 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
/external/angle/build/fuchsia/test/
Dffx_integration.py58 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in ScopedFfxConfig
113 def __exit__(self, exc_type, exc_val, exc_tb) -> bool: member in FfxTestRunner
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dfake_fs.py22 def __exit__(self, *args): member in WithableStringIO
46 def __exit__(self, *args): member in FakeFS
/external/python/cffi/testing/
Dsupport.py40 def __exit__(self, *args): member in StdErrCapture
63 def __exit__(self, *args): member in FdWriteCapture
/external/python/cachetools/tests/
Dtest_wrapper.py86 def __exit__(self, *exc): member in DecoratorTestMixin.test_decorator_lock.Lock
124 def __exit__(self, *exc): member in CacheWrapperTest.test_zero_size_cache_decorator_lock.Lock
/external/python/cpython2/Misc/Vim/
Dsyntax_test.py23 def __exit__(self, *args): member in Bar
/external/skia/tools/skqp/
Dcreate_apk.py86 def __exit__(self, a, b, c): member in RemoveFiles
96 def __exit__(self, a, b, c): member in ChDir
/external/autotest/server/hosts/tls_client/
Dconnection.py29 def __exit__(self, *exc): member in TLSConnection

12345678910>>...15