Home
last modified time | relevance | path

Searched refs:install_exception_handler (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/absl-py/absl/tests/
Dapp_test_helper.py143 app.install_exception_handler(MyExceptionHandler('first'))
144 app.install_exception_handler(MyExceptionHandler('second'))
Dapp_test.py58 app.install_exception_handler(1)
/aosp_15_r20/external/python/absl-py/absl/
Dapp.pyi62 def install_exception_handler(handler: ExceptionHandler) -> None:
Dapp.py464 def install_exception_handler(handler): function