MCPcopy Create free account
hub / github.com/ROCm/rocm-systems / run

Method run

experimental/python/perfxpert/setup.py:471–473  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

469if _editable_wheel is not None:
470 class _EditableWheelWithOpencode(_editable_wheel):
471 def run(self) -> None:
472 _run_opencode_build()
473 super().run()
474
475 _cmdclass["editable_wheel"] = _EditableWheelWithOpencode
476

Callers

nothing calls this directly

Calls 2

_run_opencode_buildFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected