MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / _clean

Function _clean

imperative/python/megengine/utils/persistent_cache.py:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110
111def _clean():
112 nr_del = PersistentCacheOnServer().clean()
113 if nr_del is not None:
114 print("{} cache entries deleted".format(nr_del))
115
116
117def main():

Callers

nothing calls this directly

Calls 4

printFunction · 0.85
cleanMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected