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

Method run

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

Source from the content-addressed store, hash-verified

471 class WrappedCommand(cls):
472
473 def run(self):
474 if not getattr(self, 'uninstall', None):
475 try:
476 [self.run_command(cmd) for cmd in cmds]
477 except Exception:
478 if strict:
479 raise
480 else:
481 pass
482 # update package data
483 update_package_data(self.distribution)
484
485 result = cls.run(self)
486 return result
487 return WrappedCommand
488
489

Callers

nothing calls this directly

Calls 2

update_package_dataFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected