Searched defs:__exit__ (Results 1 - 25 of 120) sorted by relevance

12345

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcontextlib.py21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
H A Ddummy_thread.py118 def __exit__(self, typ, val, tb): member in class:LockType
H A Drunpy.py40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
H A Dwarnings.py355 def __exit__(self, *exc_info): member in class:catch_warnings
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcontextlib.py21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
H A Ddummy_thread.py118 def __exit__(self, typ, val, tb): member in class:LockType
H A Drunpy.py40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
H A Dwarnings.py355 def __exit__(self, *exc_info): member in class:catch_warnings
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcontextlib.py21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
H A Ddummy_thread.py118 def __exit__(self, typ, val, tb): member in class:LockType
H A Drunpy.py40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcontextlib.py21 def __exit__(self, type, value, traceback): member in class:GeneratorContextManager
44 # passed to throw(), because __exit__() must not raise
45 # an exception unless __exit__() itself failed. But throw()
48 # and the __exit__() protocol.
110 exit = mgr.__exit__
153 def __exit__(self, *exc_info): member in class:closing
H A Ddummy_thread.py118 def __exit__(self, typ, val, tb): member in class:LockType
H A Drunpy.py40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_importlib.py112 def __exit__(self, *exc_info): member in class:mock_modules
113 self._uncache.__exit__(None, None, None)
H A Dtest_pdb.py82 def __exit__(self, *exc): member in class:PdbTestInput
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_importlib.py112 def __exit__(self, *exc_info): member in class:mock_modules
113 self._uncache.__exit__(None, None, None)
H A Dtest_pdb.py82 def __exit__(self, *exc): member in class:PdbTestInput
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_importlib.py112 def __exit__(self, *exc_info): member in class:mock_modules
113 self._uncache.__exit__(None, None, None)
H A Dtest_pdb.py82 def __exit__(self, *exc): member in class:PdbTestInput
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_importlib.py112 def __exit__(self, *exc_info): member in class:mock_modules
113 self._uncache.__exit__(None, None, None)
H A Dtest_pdb.py82 def __exit__(self, *exc): member in class:PdbTestInput
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dsynchronize.py91 def __exit__(self, *args): member in class:SemLock
92 return self._semlock.__exit__(*args)
217 def __exit__(self, *args): member in class:Condition
218 return self._lock.__exit__(*args)
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dsynchronize.py91 def __exit__(self, *args): member in class:SemLock
92 return self._semlock.__exit__(*args)
217 def __exit__(self, *args): member in class:Condition
218 return self._lock.__exit__(*args)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dsynchronize.py91 def __exit__(self, *args): member in class:SemLock
92 return self._semlock.__exit__(*args)
217 def __exit__(self, *args): member in class:Condition
218 return self._lock.__exit__(*args)

Completed in 505 milliseconds

12345