MCPcopy Create free account
hub / github.com/dashingsoft/pyarmor-webui / _get_config

Method _get_config

handler.py:85–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 return filename
84
85 def _get_config(self):
86 with open(self._config_filename(), 'r') as fp:
87 return json.load(fp)
88
89 def _set_config(self, data):
90 with open(self._config_filename(), 'w') as fp:

Callers 12

do_newMethod · 0.80
do_listMethod · 0.80
_get_projectMethod · 0.80
do_newMethod · 0.80
do_listMethod · 0.80
_get_licenseMethod · 0.80
do_newMethod · 0.80
do_listMethod · 0.80
_get_projectMethod · 0.80
do_newMethod · 0.80
do_listMethod · 0.80
_get_licenseMethod · 0.80

Calls 1

_config_filenameMethod · 0.95

Tested by

no test coverage detected