MCPcopy Create free account
hub / github.com/Image-Py/imagepy / read_wf

Function read_wf

imagepy/core/engine/workflow.py:47–52  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

45ViewerManager.add('wf', show_wf)
46
47def read_wf(path):
48 f = open(path, encoding='utf-8')
49 cont = f.read()
50 f.close()
51 print(cont)
52 return cont
53
54ReaderManager.add('wf', read_wf, tag='wf')

Callers

nothing calls this directly

Calls 2

readMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected