MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / items

Method items

core/settings.py:102–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 self.user_config[key] = value
101
102 def items(self):
103 return {**self.default_config, **self.user_config}.items()
104
105
106settings = Settings(DEFAULT_CONFIG)

Callers 8

read_setup_payloadFunction · 0.80
is_runtime_initializedFunction · 0.80
initialize_systemFunction · 0.80
__init__Method · 0.80
remove_expired_ipMethod · 0.80
get_configMethod · 0.80
update_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected