MCPcopy Create free account
hub / github.com/cztomczak/cefpython / read_config_file

Function read_config_file

tools/automate-git.py:345–348  ·  view source on GitHub ↗

Read a configuration file.

(path)

Source from the content-addressed store, hash-verified

343
344
345def read_config_file(path):
346 """ Read a configuration file. """
347 # Parse the contents.
348 return eval(read_file(path), {'__builtins__': None}, None)
349
350
351def write_config_file(path, contents):

Callers 3

read_branch_config_fileFunction · 0.85
read_update_fileFunction · 0.85

Calls 1

read_fileFunction · 0.85

Tested by

no test coverage detected