MCPcopy Create free account
hub / github.com/SunOner/sunone_aimbot / _parser

Function _parser

helper_api.py:146–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def _parser() -> configparser.ConfigParser:
147 parser = configparser.ConfigParser()
148 with CONFIG_LOCK:
149 parser.read(CONFIG_PATH, encoding="utf-8")
150 return parser
151
152
153def _as_bool(value: Any) -> bool:

Callers 3

_snapshot_configFunction · 0.85
_save_configFunction · 0.85
_save_config_fieldFunction · 0.85

Calls 1

readMethod · 0.80

Tested by

no test coverage detected