Searched defs:__exit__ (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbbench.py | 47 def __exit__(self, type, value, tb): member in Stopwatch
|
H A D | lldbtest.py | 360 def __exit__(self, type, value, tb): member in recording
|
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
H A D | metrics.py | 29 def __exit__(self, a, b, c): member in TimeMetrics
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | performance.py | 67 def __exit__(self, *args): member in Timer
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
H A D | support.py | 165 def __exit__(self, *exc_info): member in catch_warnings
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
H A D | spawnbase.py | 519 def __exit__(self, etype, evalue, tb): member in SpawnBase
|
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
H A D | dsl.py | 131 def __exit__(self, *args): member in _makeConfigTest.TestWrapper
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 607 def __exit__(self, exc_type, exc_val, exc_tb): member in AsanSymbolizerPlugInProxy
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | case.py | 138 def __exit__(self, exc_type, exc_value, tb): member in _AssertRaisesContext
|