Home
last modified time | relevance | path

Searched refs:ExceptHookArgs (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dthreading.py31 'excepthook', 'ExceptHookArgs', 'gettrace', 'getprofile']
1269 _ExceptHookArgs as ExceptHookArgs)
1276 'ExceptHookArgs',
1279 def ExceptHookArgs(args): function
1340 args = ExceptHookArgs([*sys_exc_info(), thread])
/third_party/python/Lib/test/
H A Dtest_threading.py1471 args = threading.ExceptHookArgs([*sys.exc_info(), None])

Completed in 6 milliseconds