Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e352c commit 1bdd6fdCopy full SHA for 1bdd6fd
1 file changed
Doc/library/atexit.rst
@@ -11,11 +11,6 @@ The :mod:`atexit` module defines functions to register and unregister cleanup
11
functions. Functions thus registered are automatically executed upon normal
12
interpreter termination.
13
14
-.. seealso::
15
-
16
- Latest version of the :source:`atexit Python source code
17
- <Lib/atexit.py>`
18
19
Note: the functions registered via this module are not called when the program
20
is killed by a signal not handled by Python, when a Python fatal internal error
21
is detected, or when :func:`os._exit` is called.
@@ -103,3 +98,4 @@ Usage as a :term:`decorator`::
103
98
104
99
This obviously only works with functions that don't take arguments.
105
100
101
+
0 commit comments