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

Method run

flow-python/setup.py:43–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42class FirstBuildExt(build_py):
43 def run(self):
44 self.run_command("build_ext")
45 return super().run()
46
47
48class CargoExtension(Extension):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected