MCPcopy
hub / github.com/volcengine/OpenViking / run

Method run

setup.py:512–514  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510
511class OpenVikingBuildPy(build_py):
512 def run(self):
513 _build_web_studio()
514 super().run()
515
516
517if bdist_wheel is not None:

Callers 7

run_full_testFunction · 0.45
mainFunction · 0.45
run_ovFunction · 0.45

Calls 1

_build_web_studioFunction · 0.85

Tested by 2

run_full_testFunction · 0.36
run_ovFunction · 0.36