Home | History | Annotate | Download | only in paste

Lines Matching full:atexit

21 import atexit
636 atexit.register(self.shutdown)
971 import atexit
972 # Remove the threading atexit callback
973 for callback in list(atexit._exithandlers):
980 atexit._exithandlers.remove(callback)
981 atexit._run_exitfuncs()