Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ set
Method
set
imagepy/core/manager/configmanager.py:33–35 ·
view source on GitHub ↗
Set the congigure item
(cls, key, value)
Source
from the content-addressed store, hash-verified
31
32
@classmethod
33
def
set(cls, key, value):
34
""
"Set the congigure item "
""
35
cls.cfg[key] = value
36
37
# call the read function so that initial the ConfigManager
38
ConfigManager.read()
Callers
1
configmanager.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected