MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / __init__

Method __init__

core/settings.py:83–85  ·  view source on GitHub ↗
(self, defaults=None)

Source from the content-addressed store, hash-verified

81
82class Settings:
83 def __init__(self, defaults=None):
84 self.default_config = defaults or {}
85 self.user_config = {}
86
87 def __getattr__(self, attr):
88 if attr in self.user_config:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected