Lines Matching full:atexit
21 import atexit636 atexit.register(self.shutdown)971 import atexit972 # Remove the threading atexit callback973 for callback in list(atexit._exithandlers):980 atexit._exithandlers.remove(callback)981 atexit._run_exitfuncs()