MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / collect

Function collect

flow-python/megflow/registry.py:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def collect():
66 global _PLUGINS_REGISTRY
67 plugins = _PLUGINS_REGISTRY.copy()
68 _PLUGINS_REGISTRY = __PLUGINS_DEFAULT.copy()
69 return plugins

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected