MCPcopy 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

savewktFunction · 0.45
set_styleMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
okMethod · 0.45
startMethod · 0.45
okMethod · 0.45
okMethod · 0.45
startMethod · 0.45
build_pluginsFunction · 0.45
build_toolsFunction · 0.45
build_widgetsFunction · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected