MCPcopy Index your code
hub / github.com/microsoft/SandDance / run

Method run

python/jupyter-widget/setupbase.py:203–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

201 class FuncCommand(BaseCommand):
202
203 def run(self):
204 func()
205 update_package_data(self.distribution)
206
207 return FuncCommand
208

Callers

nothing calls this directly

Calls 1

update_package_dataFunction · 0.85

Tested by

no test coverage detected