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

Method run

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

Source from the content-addressed store, hash-verified

993class plugin_editable_wheel(editable_wheel):
994
995 def run(self):
996 add_links(external_only=False)
997 super().run()
998
999
1000class plugin_egg_info(egg_info):

Callers

nothing calls this directly

Calls 2

add_linksFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected