MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / get_all_options

Method get_all_options

tools/ng/config.py:268–275  ·  view source on GitHub ↗

Get all configuration options as a simple dictionary. Returns: Dictionary of option names to values

(self)

Source from the content-addressed store, hash-verified

266 return True
267
268 def get_all_options(self) -> Dict[str, Any]:
269 """
270 Get all configuration options as a simple dictionary.
271
272 Returns:
273 Dictionary of option names to values
274 """
275 return {name: opt.value for name, opt in self.options.items()}
276
277 def validate(self) -> List[str]:
278 """

Callers 1

load_configurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected