Home
last modified time | relevance | path

Searched refs:get_atexit_state (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Datexitmodule.c32 get_atexit_state(PyObject *module) in get_atexit_state() function
81 modstate = get_atexit_state(module); in atexit_callfuncs()
139 modstate = get_atexit_state(self); in atexit_register()
206 atexit_cleanup(get_atexit_state(self)); in atexit_clear()
220 modstate = get_atexit_state(self); in atexit_ncallbacks()
277 modstate = get_atexit_state(self); in atexit_unregister()
322 modstate = get_atexit_state(m); in atexit_exec()