Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_new
Method · 0.80
do_list
Method · 0.80
_get_project
Method · 0.80
do_new
Method · 0.80
do_list
Method · 0.80
_get_license
Method · 0.80
do_new
Method · 0.80
do_list
Method · 0.80
_get_project
Method · 0.80
do_new
Method · 0.80
do_list
Method · 0.80
_get_license
Method · 0.80
Calls
1
_config_filename
Method · 0.95
Tested by
no test coverage detected