bridge.bootstrap.state module

bridge.bootstrap.state module#

Minimal module tracking whether global wiring has been performed to prevent duplicate initialization.

bridge.bootstrap.state.is_initialized()[source]#

Check if the registry has been initialized.

Returns:

True if initialized, False otherwise.

Return type:

bool

bridge.bootstrap.state.mark_initialized()[source]#

Mark the registry as initialized.