MCPcopy Create free account
hub / github.com/ByteDance-Seed/Triton-distributed / run

Method run

python/setup.py:1009–1011  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1007class plugin_install(install):
1008
1009 def run(self):
1010 add_links(external_only=False)
1011 super().run()
1012
1013
1014class plugin_sdist(sdist):

Callers

nothing calls this directly

Calls 2

add_linksFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected