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

Method finalize_options

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

Source from the content-addressed store, hash-verified

264 c.initialize_options()
265
266 def finalize_options(self):
267 for c in self.commands:
268 c.finalize_options()
269
270 def run(self):
271 for c in self.commands:

Callers

nothing calls this directly

Calls 1

finalize_optionsMethod · 0.45

Tested by

no test coverage detected