Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
class
CustomDevelopCommand(develop):
47
def
run(self):
48
develop.run(self)
49
self.spawn(custom_install())
50
51
52
class
CustomEggInfoCommand(egg_info):
Callers
nothing calls this directly
Calls
2
custom_install
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected