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

Method run

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

Source from the content-addressed store, hash-verified

1000class plugin_egg_info(egg_info):
1001
1002 def run(self):
1003 add_links(external_only=True, materialization=False)
1004 super().run()
1005
1006
1007class plugin_install(install):

Callers

nothing calls this directly

Calls 2

add_linksFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected