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

Method run

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

Source from the content-addressed store, hash-verified

133 which it should never ever do.
134 """
135 def run(self):
136 sys.exit("Aborting implicit building of eggs. Use `pip install .` "
137 " to install from source.")
138
139
140def create_cmdclass(prerelease_cmd=None, package_data_spec=None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected