Searched defs:exc_type (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | client.py | 174 async def __aexit__(self, exc_type, exc_value, traceback): argument 236 def __exit__(self, exc_type, exc_value, traceback): argument 311 def __exit__(self, exc_type, exc_value, traceback): argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | npm_registry.py | 123 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
H A D | qa.py | 52 def __exit__(self, exc_type, exc_value, traceback): argument
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 310 def __exit__(self, exc_type, exc_value, traceback): argument
|
/openbmc/qemu/scripts/ |
H A D | simpletrace.py | 217 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlite.py | 197 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
H A D | sqlalchemy.py | 199 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 733 def __exit__(self, exc_type, value, traceback): argument 775 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 43 def __exit__(self, exc_type, exc_val, exc_tb): argument
|