Home
last modified time | relevance | path

Searched refs:atexit (Results 1 – 25 of 4375) sorted by relevance

12345678910>>...175

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_atexit.py4 import atexit
39 atexit._clear()
44 atexit._clear()
48 atexit.register(h1)
49 atexit.register(h4)
62 atexit.register(h1)
63 atexit.register(h2)
64 atexit.register(h3)
99 atexit.register(f)
100 atexit.register(g)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_atexit.py4 import atexit
39 atexit._clear()
44 atexit._clear()
48 atexit.register(h1)
49 atexit.register(h4)
62 atexit.register(h1)
63 atexit.register(h2)
64 atexit.register(h3)
99 atexit.register(f)
100 atexit.register(g)
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_atexit.py4 import atexit
39 atexit._clear()
44 atexit._clear()
48 atexit.register(h1)
49 atexit.register(h4)
62 atexit.register(h1)
63 atexit.register(h2)
64 atexit.register(h3)
99 atexit.register(f)
100 atexit.register(g)
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_atexit.py4 import atexit
39 atexit._clear()
44 atexit._clear()
48 atexit.register(h1)
49 atexit.register(h4)
62 atexit.register(h1)
63 atexit.register(h2)
64 atexit.register(h3)
99 atexit.register(f)
100 atexit.register(g)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_atexit.py4 import atexit
39 atexit._clear()
44 atexit._clear()
48 atexit.register(h1)
49 atexit.register(h4)
62 atexit.register(h1)
63 atexit.register(h2)
64 atexit.register(h3)
99 atexit.register(f)
100 atexit.register(g)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_atexit.py4 import atexit
39 atexit._clear()
44 atexit._clear()
48 atexit.register(h1)
49 atexit.register(h4)
62 atexit.register(h1)
63 atexit.register(h2)
64 atexit.register(h3)
99 atexit.register(f)
100 atexit.register(g)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_atexit.py4 import atexit
39 atexit._clear()
44 atexit._clear()
48 atexit.register(h1)
49 atexit.register(h4)
62 atexit.register(h1)
63 atexit.register(h2)
64 atexit.register(h3)
99 atexit.register(f)
100 atexit.register(g)
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_atexit.py4 import atexit
20 atexit._exithandlers = []
28 atexit.register(self.h1)
29 atexit.register(self.h4)
31 atexit._run_exitfuncs()
40 atexit.register(self.h1)
41 atexit.register(self.h2)
42 atexit.register(self.h3)
43 atexit._run_exitfuncs()
50 reload(atexit)
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_atexit.py4 import atexit
20 atexit._exithandlers = []
28 atexit.register(self.h1)
29 atexit.register(self.h4)
31 atexit._run_exitfuncs()
40 atexit.register(self.h1)
41 atexit.register(self.h2)
42 atexit.register(self.h3)
43 atexit._run_exitfuncs()
50 reload(atexit)
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A D_test_atexit.py4 import atexit
12 atexit._clear()
15 atexit._clear()
20 atexit._run_exitfuncs()
39 atexit.register(func2)
41 atexit._run_exitfuncs()
79 atexit._run_exitfuncs()
88 atexit.register(inc)
89 atexit._clear()
103 atexit.register(dec)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A D_test_atexit.py4 import atexit
12 atexit._clear()
15 atexit._clear()
20 atexit._run_exitfuncs()
39 atexit.register(func2)
41 atexit._run_exitfuncs()
79 atexit._run_exitfuncs()
88 atexit.register(inc)
89 atexit._clear()
103 atexit.register(dec)
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_atexit.py4 import atexit
15 atexit._exithandlers = []
23 atexit.register(self.h1)
24 atexit.register(self.h4)
26 atexit._run_exitfuncs()
35 atexit.register(self.h1)
36 atexit.register(self.h2)
37 atexit.register(self.h3)
38 atexit._run_exitfuncs()
45 reload(atexit)
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-atexit.sh6 echo > t-atexit.tmp
7 test-atexit
8 if test -f t-atexit.tmp; then
14 echo > t-atexit.tmp
15 test-atexit 0
16 if test -f t-atexit.tmp; then
22 echo > t-atexit.tmp
23 test-atexit 1
24 if test -f t-atexit.tmp; then
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-atexit.sh6 echo > t-atexit.tmp
7 ${CHECKER} test-atexit
8 if test -f t-atexit.tmp; then
14 echo > t-atexit.tmp
15 ${CHECKER} test-atexit 0
16 if test -f t-atexit.tmp; then
22 echo > t-atexit.tmp
23 ${CHECKER} test-atexit 1
24 if test -f t-atexit.tmp; then
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-atexit.sh6 echo > t-atexit.tmp
7 ${CHECKER} test-atexit
8 if test -f t-atexit.tmp; then
14 echo > t-atexit.tmp
15 ${CHECKER} test-atexit 0
16 if test -f t-atexit.tmp; then
22 echo > t-atexit.tmp
23 ${CHECKER} test-atexit 1
24 if test -f t-atexit.tmp; then
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-atexit.sh6 echo > t-atexit.tmp
7 ${CHECKER} test-atexit
8 if test -f t-atexit.tmp; then
14 echo > t-atexit.tmp
15 ${CHECKER} test-atexit 0
16 if test -f t-atexit.tmp; then
22 echo > t-atexit.tmp
23 ${CHECKER} test-atexit 1
24 if test -f t-atexit.tmp; then
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-atexit.sh6 echo > t-atexit.tmp
7 ${CHECKER} test-atexit
8 if test -f t-atexit.tmp; then
14 echo > t-atexit.tmp
15 ${CHECKER} test-atexit 0
16 if test -f t-atexit.tmp; then
22 echo > t-atexit.tmp
23 ${CHECKER} test-atexit 1
24 if test -f t-atexit.tmp; then
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-atexit.sh6 echo > t-atexit.tmp
7 ${CHECKER} test-atexit
8 if test -f t-atexit.tmp; then
14 echo > t-atexit.tmp
15 ${CHECKER} test-atexit 0
16 if test -f t-atexit.tmp; then
22 echo > t-atexit.tmp
23 ${CHECKER} test-atexit 1
24 if test -f t-atexit.tmp; then
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5Library.cpp176 ret_value = std::atexit(termH5cpp); in initH5cpp()
180 ret_value = std::atexit(PredType::deleteConstants); in initH5cpp()
184 ret_value = std::atexit(PropList::deleteConstants); in initH5cpp()
188 ret_value = std::atexit(DSetAccPropList::deleteConstants); in initH5cpp()
192 ret_value = std::atexit(LinkAccPropList::deleteConstants); in initH5cpp()
196 ret_value = std::atexit(LinkCreatPropList::deleteConstants); in initH5cpp()
200 ret_value = std::atexit(FileAccPropList::deleteConstants); in initH5cpp()
204 ret_value = std::atexit(FileCreatPropList::deleteConstants); in initH5cpp()
212 ret_value = std::atexit(DSetCreatPropList::deleteConstants); in initH5cpp()
216 ret_value = std::atexit(ObjCreatPropList::deleteConstants); in initH5cpp()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/c++/src/
H A DH5Library.cpp178 ret_value = std::atexit(termH5cpp); in initH5cpp()
182 ret_value = std::atexit(PredType::deleteConstants); in initH5cpp()
186 ret_value = std::atexit(PropList::deleteConstants); in initH5cpp()
190 ret_value = std::atexit(LinkAccPropList::deleteConstants); in initH5cpp()
194 ret_value = std::atexit(LinkCreatPropList::deleteConstants); in initH5cpp()
198 ret_value = std::atexit(AttrCreatPropList::deleteConstants); in initH5cpp()
202 ret_value = std::atexit(FileAccPropList::deleteConstants); in initH5cpp()
206 ret_value = std::atexit(FileCreatPropList::deleteConstants); in initH5cpp()
214 ret_value = std::atexit(DSetCreatPropList::deleteConstants); in initH5cpp()
218 ret_value = std::atexit(ObjCreatPropList::deleteConstants); in initH5cpp()
[all …]
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5Library.cpp176 ret_value = std::atexit(termH5cpp); in initH5cpp()
180 ret_value = std::atexit(PredType::deleteConstants); in initH5cpp()
184 ret_value = std::atexit(PropList::deleteConstants); in initH5cpp()
188 ret_value = std::atexit(DSetAccPropList::deleteConstants); in initH5cpp()
192 ret_value = std::atexit(LinkAccPropList::deleteConstants); in initH5cpp()
196 ret_value = std::atexit(LinkCreatPropList::deleteConstants); in initH5cpp()
200 ret_value = std::atexit(FileAccPropList::deleteConstants); in initH5cpp()
204 ret_value = std::atexit(FileCreatPropList::deleteConstants); in initH5cpp()
212 ret_value = std::atexit(DSetCreatPropList::deleteConstants); in initH5cpp()
216 ret_value = std::atexit(ObjCreatPropList::deleteConstants); in initH5cpp()
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/unitTests/
H A Dtest_LangAltValueRead.cpp34 ::atexit(XmpParser::terminate); in TEST()
51 ::atexit(XmpParser::terminate); in TEST()
69 ::atexit(XmpParser::terminate); in TEST()
87 ::atexit(XmpParser::terminate); in TEST()
104 ::atexit(XmpParser::terminate); in TEST()
121 ::atexit(XmpParser::terminate); in TEST()
138 ::atexit(XmpParser::terminate); in TEST()
155 ::atexit(XmpParser::terminate); in TEST()
172 ::atexit(XmpParser::terminate); in TEST()
190 ::atexit(XmpParser::terminate); in TEST()
[all …]
/dports/devel/py-kazoo/kazoo-2.5.0/kazoo/
H A Dpython2atexit.py4 import atexit
47 if hasattr(atexit, "unregister"):
48 atexit.register(func, *targs, **kargs)
60 if hasattr(atexit, "unregister"):
61 atexit.unregister(func)
67 if not hasattr(atexit, "unregister"):
69 atexit.register(_run_exitfuncs)
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Datexit.rst1 :mod:`atexit` --- Exit handlers
4 .. module:: atexit
12 **Source code:** :source:`Lib/atexit.py`
71 :mod:`atexit` Example
91 import atexit
92 atexit.register(savecounter)
100 import atexit
101 atexit.register(goodbye, 'Donny', 'nice')
104 atexit.register(goodbye, adjective='nice', name='Donny')
108 import atexit
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Datexit.rst1 :mod:`atexit` --- Exit handlers
4 .. module:: atexit
12 **Source code:** :source:`Lib/atexit.py`
71 :mod:`atexit` Example
91 import atexit
92 atexit.register(savecounter)
100 import atexit
101 atexit.register(goodbye, 'Donny', 'nice')
104 atexit.register(goodbye, adjective='nice', name='Donny')
108 import atexit
[all …]

12345678910>>...175