MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / __init__

Method __init__

beanhub_cli/forms/app/settings.py:23–24  ·  view source on GitHub ↗
(self, get_settings: typing.Callable[[], Settings])

Source from the content-addressed store, hash-verified

21
22class SettingsProxy:
23 def __init__(self, get_settings: typing.Callable[[], Settings]):
24 self._get_settings = get_settings
25
26 def __getattr__(self, item: str) -> typing.Any:
27 global_settings = self._get_settings()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected