Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ on_initializing
Method
on_initializing
lantz/ui/widgets.py:1184–1185 ·
view source on GitHub ↗
(self, driver)
Source
from the content-addressed store, hash-verified
1182
self.finished.emit(time.time() - start)
1183
1184
def
on_initializing(self, driver):
1185
self.initializing.emit(driver)
1186
1187
def
on_initialized(self, driver):
1188
self.initialized.emit(driver)
Callers
nothing calls this directly
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected