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

Method run

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

Source from the content-addressed store, hash-verified

457
458class _DevelopWithOpencode(_develop):
459 def run(self) -> None:
460 _run_opencode_build()
461 super().run()
462
463
464_cmdclass: dict = {

Callers

nothing calls this directly

Calls 2

_run_opencode_buildFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected