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

Method run

setup.py:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40class CustomInstallCommand(install):
41 def run(self):
42 install.run(self)
43 self.spawn(custom_install())
44
45
46class CustomDevelopCommand(develop):

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls 1

custom_installFunction · 0.85

Tested by

no test coverage detected