MCPcopy Create free account
hub / github.com/LabPy/lantz / on_initialized

Method on_initialized

lantz/ui/widgets.py:1187–1188  ·  view source on GitHub ↗
(self, driver)

Source from the content-addressed store, hash-verified

1185 self.initializing.emit(driver)
1186
1187 def on_initialized(self, driver):
1188 self.initialized.emit(driver)
1189
1190 def on_exception(self, driver, ex):
1191 self.exception.emit(driver, ex)

Callers

nothing calls this directly

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected