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

Method run

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

Source from the content-addressed store, hash-verified

493 class FileHandler(BaseCommand):
494
495 def run(self):
496 package_data = self.distribution.package_data
497 package_spec = package_data_spec or dict()
498
499 for (key, patterns) in package_spec.items():
500 package_data[key] = _get_package_data(key, patterns)
501
502 self.distribution.data_files = _get_data_files(
503 data_files_spec, self.distribution.data_files
504 )
505
506 return FileHandler
507

Callers

nothing calls this directly

Calls 2

_get_package_dataFunction · 0.85
_get_data_filesFunction · 0.85

Tested by

no test coverage detected