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

Class FirstBuildExt

flow-python/setup.py:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
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

no outgoing calls

Tested by

no test coverage detected