MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / _get_bool

Method _get_bool

config/settings.py:155–157  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

153 return value
154
155 def _get_bool(self, key)->bool:
156 value = self._get_value(key)
157 return Settings.parseBool(value) if value is not None else False
158
159 def set_value(self, section, value):
160 Settings.setting[self.__setting_key__][section]=value

Callers 3

include_columnsMethod · 0.80
isDebugMethod · 0.80
isStrictMethod · 0.80

Calls 2

_get_valueMethod · 0.95
parseBoolMethod · 0.80

Tested by

no test coverage detected