Home
last modified time | relevance | path

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

12345678910>>...137

/dports/devel/nuitka/Nuitka-0.6.17/tests/basics/
H A DWithStatements.py39 def __exit__(self, exc_type, exc_value, traceback): member in MyContextManager
117 def __exit__(self): member in NonContextManager2
159 def __exit__(self): member in MeanContextManager
179 def __exit__(self, exc_type, exc_value, traceback): member in CatchingContextManager
/dports/sysutils/conan/conan-1.44.0/conans/util/
H A Dlocks.py15 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable member in NoLock
27 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable member in SimpleLock
84 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable member in ReadLock
102 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable member in WriteLock
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Dtmpdirs.py46 def __exit__(self, exc, value, tb): member in TemporaryDirectory
73 def __exit__(self, exc, value, tb): member in InTemporaryDirectory
122 def __exit__(self, exc, value, tb): member in InGivenDirectory
/dports/textproc/py-humanfriendly/humanfriendly-10.0/humanfriendly/
H A Dtesting.py260 def __exit__(self, exc_type=None, exc_value=None, traceback=None): member in ContextManager
294 def __exit__(self, exc_type=None, exc_value=None, traceback=None): member in PatchedAttribute
338 def __exit__(self, exc_type=None, exc_value=None, traceback=None): member in PatchedItem
385 def __exit__(self, exc_type=None, exc_value=None, traceback=None): member in TemporaryDirectory
426 def __exit__(self, exc_type=None, exc_value=None, traceback=None): member in MockedHomeDirectory
475 def __exit__(self, exc_type=None, exc_value=None, traceback=None): member in CustomSearchPath
531 def __exit__(self, *args, **kw): member in MockedProgram
594 def __exit__(self, exc_type=None, exc_value=None, traceback=None): member in CaptureOutput
/dports/devel/py-curtsies/curtsies-0.3.10/curtsies/
H A Dtermhelpers.py25 def __exit__( member in Nonblocking
43 def __exit__( member in Termmode
61 def __exit__( member in Cbreak
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A 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
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
650 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
685 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A 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
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
656 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
691 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A 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
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
642 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
677 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A 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
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
650 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
685 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A 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
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
650 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
685 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A 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
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
642 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
677 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A 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
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
650 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
685 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A 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
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
650 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
685 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_with.py27 def __exit__(self, type, value, traceback): member in MockContextManager
76 def __exit__(self, *exc_info): member in Nested
103 def __exit__(self, *exc_info): member in MockNested
117 def __exit__(self, type, value, traceback): member in FailureTestCase.testEnterAttributeError.LacksEnter
166 def __exit__(self, *args): member in FailureTestCase.testEnterThrows.EnterThrows
181 def __exit__(self, *args): member in FailureTestCase.testExitThrows.ExitThrows
525 def __exit__(self, a, b, c): member in ExceptionalTestCase.testErrorsInBool.cm
623 def __exit__(self, t, v, tb): pass member in AssignmentTargetTestCase.testMultipleComplexTargets.C
644 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
679 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A 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
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
650 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
685 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A 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
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
656 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
691 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A 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
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
656 def __exit__(self, t, v, tb): return True member in ExitSwallowsExceptionTestCase.testExitTrueSwallowsException.AfricanSwallow
691 def __exit__(self, *exc_info): member in NestedWith.Dummy
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/containerregistry/client/v2_2/
H A Doci_compat_.py50 def __exit__(self, unused_type, unused_value, unused_traceback): member in OCIFromV22
76 def __exit__(self, unused_type, unused_value, unused_traceback): member in V22FromOCI
123 def __exit__(self, unused_type, unused_value, unused_traceback): member in IndexFromList
170 def __exit__(self, unused_type, unused_value, unused_traceback): member in ListFromIndex
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dwithstat_py27.py23 def __exit__(self, a, b, tb): member in ContextManager
99 def __exit__(self, *exc_info): member in Dummy
110 def __exit__(self, *exc_info): pass member in EnterRaises
114 def __exit__(self, *exc_info): raise RuntimeError() member in ExitRaises
H A Dwithstat.pyx22 def __exit__(self, a, b, tb): member in ContextManager
156 def __exit__(self, *exc_info): member in Dummy
167 def __exit__(self, *exc_info): pass member in EnterRaises
171 def __exit__(self, *exc_info): raise RuntimeError() member in ExitRaises
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dwithstat_py27.py23 def __exit__(self, a, b, tb): member in ContextManager
99 def __exit__(self, *exc_info): member in Dummy
110 def __exit__(self, *exc_info): pass member in EnterRaises
114 def __exit__(self, *exc_info): raise RuntimeError() member in ExitRaises
H A Dwithstat.pyx22 def __exit__(self, a, b, tb): member in ContextManager
156 def __exit__(self, *exc_info): member in Dummy
167 def __exit__(self, *exc_info): pass member in EnterRaises
171 def __exit__(self, *exc_info): raise RuntimeError() member in ExitRaises
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/
H A Dutils.py34 def __exit__(self, t, v, tb): member in print_timings
52 def __exit__(self, t, v, tb): member in tmp_dir
72 def __exit__(self, t, v, tb): member in chdir
109 def __exit__(self, exc_type, _value, _traceback): member in git_branch
/dports/lang/micropython/micropython-1.17/tests/basics/
H A Dwith1.py7 def __exit__(self, a, b, c): member in CtxMgr
27 def __exit__(self, a, b, c): member in CtxMgr2
/dports/www/py-django-cms/django-cms-3.7.1/cms/test_utils/util/
H A Dcontext_managers.py26 def __exit__(self, type, value, traceback): member in StdOverride
53 def __exit__(self, type, value, traceback): member in LanguageOverride
79 def __exit__(self, exc, value, tb): member in TemporaryDirectory
95 def __exit__(self, exc, value, tb): member in UserLoginContext
119 def __exit__(self, exc, value, tb): member in ChangeModel

12345678910>>...137