Home
last modified time | relevance | path

Searched refs:_run_exitfuncs (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_atexit.py26 atexit._run_exitfuncs()
32 self.assertRaises(TypeError, atexit._run_exitfuncs)
38 atexit._run_exitfuncs()
48 atexit._run_exitfuncs()
56 self.assertRaises(TypeError, atexit._run_exitfuncs)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Datexit.py13 def _run_exitfuncs(): function
52 sys.exitfunc = _run_exitfuncs
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Datexit.py13 def _run_exitfuncs(): function
52 sys.exitfunc = _run_exitfuncs