Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | register |
def | x1 |
def | x2 |
def | x3 |
Variables | |
list | __all__ = ["register"] |
list | _exithandlers = [] |
x = sys.exitfunc | |
atexit.py - allow programmer to define multiple exit functions to be executed upon normal program termination. One public function, register, is defined.
def atexit.x2 | ( | n) |
def atexit.x3 | ( | n, | |
kwd = None |
|||
) |
Definition at line 48 of file atexit.py.
References register().