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

Method exec

flow-python/megflow/func_op.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.impl = func
45
46 def exec(self):
47 plugin_def(self, self.impl)
48
49 return Node
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected