Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ run
Method
run
setupbase.py:148–150 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
146
""
"
147
class
DecoratedCommand(command):
148
def
run(self):
149
check_package_data(self.package_data)
150
command.run(self)
151
return
DecoratedCommand
152
153
Callers
nothing calls this directly
Calls
2
check_package_data
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected