MCPcopy 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
43def _atexit(handler):
44 _exit_handlers.append(handler)
45_atexit(_close)
46
47_persistent_cache = _PersistentCacheOnServer()

Callers 2

__init__.pyFile · 0.85
profiler.pyFile · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected