Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ run
Method
run
imagepy/core/engine/free.py:23–24 ·
view source on GitHub ↗
(self, para=None)
Source
from the content-addressed store, hash-verified
21
self.prgs = (i, n)
22
23
def
run(self, para=None):
24
print(
'this is a plugin'
)
25
26
def
runasyn(self, para, callback=None):
27
TaskManager.add(self)
Callers
1
runasyn
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected