MCPcopy Create free account
hub / github.com/ali-vilab/TeaCache / run

Method run

setup.py:47–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45
46class CustomDevelopCommand(develop):
47 def run(self):
48 develop.run(self)
49 self.spawn(custom_install())
50
51
52class CustomEggInfoCommand(egg_info):

Callers

nothing calls this directly

Calls 2

custom_installFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected