Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ write
Method
write
imagepy/core/manager/configmanager.py:22–25 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
20
21
@classmethod
22
def
write(cls):
23
pkl_file = open(cls.filename,
'w'
)
24
pkl_file.write(str(cls.cfg))
25
pkl_file.close()
26
27
@classmethod
28
def
get(cls, key):
Callers
13
savewkt
Function · 0.45
set_style
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
ok
Method · 0.45
start
Method · 0.45
ok
Method · 0.45
ok
Method · 0.45
start
Method · 0.45
build_plugins
Function · 0.45
build_tools
Function · 0.45
build_widgets
Function · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected