Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ _atexit
Function
_atexit
imperative/python/megengine/__init__.py:43–44 ·
view source on GitHub ↗
(handler)
Source
from the content-addressed store, hash-verified
41
42
43
def
_atexit(handler):
44
_exit_handlers.append(handler)
45
_atexit(_close)
46
47
_persistent_cache = _PersistentCacheOnServer()
Callers
2
__init__.py
File · 0.85
profiler.py
File · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected