Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Datexit.py12 _exithandlers = [] variable
21 while _exithandlers:
22 func, targs, kargs = _exithandlers.pop()
46 _exithandlers.append((func, targs, kargs))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Datexit.py12 _exithandlers = [] variable
21 while _exithandlers:
22 func, targs, kargs = _exithandlers.pop()
46 _exithandlers.append((func, targs, kargs))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_atexit.py14 self.save_handlers = atexit._exithandlers
15 atexit._exithandlers = []
20 atexit._exithandlers = self.save_handlers