MCPcopy Create free account
hub / github.com/microsoft/SandDance / run

Method run

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

Source from the content-addressed store, hash-verified

389
390 class TargetsCheck(BaseCommand):
391 def run(self):
392 if skip_npm:
393 log.info('Skipping target checks')
394 return
395 missing = [t for t in targets if not os.path.exists(t)]
396 if missing:
397 raise ValueError(('missing files: %s' % missing))
398
399 return TargetsCheck
400

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected