Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
ViewerManager.add(
'wf'
, show_wf)
46
47
def
read_wf(path):
48
f = open(path, encoding=
'utf-8'
)
49
cont = f.read()
50
f.close()
51
print(cont)
52
return
cont
53
54
ReaderManager.add(
'wf'
, read_wf, tag=
'wf'
)
Callers
nothing calls this directly
Calls
2
read
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected