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

Method initialize_options

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

Source from the content-addressed store, hash-verified

257 user_options = []
258
259 def initialize_options(self):
260 self.commands = []
261 for C in commands:
262 self.commands.append(C(self.distribution))
263 for c in self.commands:
264 c.initialize_options()
265
266 def finalize_options(self):
267 for c in self.commands:

Callers

nothing calls this directly

Calls 1

initialize_optionsMethod · 0.45

Tested by

no test coverage detected