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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Datexit.py13 def _run_exitfuncs(): function
29 print >> sys.stderr, "Error in atexit._run_exitfuncs:"
52 sys.exitfunc = _run_exitfuncs
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Datexit.py13 def _run_exitfuncs(): function
29 print >> sys.stderr, "Error in atexit._run_exitfuncs:"
52 sys.exitfunc = _run_exitfuncs
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A 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)

Completed in 123 milliseconds