MCPcopy Index your code
hub / github.com/ipython/ipython / run

Method run

setupbase.py:79–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 """
78 class DecoratedCommand(command):
79 def run(self):
80 check_package_data(self.package_data)
81 command.run(self)
82 return DecoratedCommand
83
84

Callers

nothing calls this directly

Calls 2

check_package_dataFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected