Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ run
Method
run
imagepy/menus/Image/duplicate_plg.py:67–68 ·
view source on GitHub ↗
(self, ips, imgs, para = None)
Source
from the content-addressed store, hash-verified
65
view = [(str,
'name'
,
'name'
,
''
)]
66
#process
67
def
run(self, ips, imgs, para = None):
68
ips.title = ImageManager.name(para[
'name'
])
69
70
plgs = [Rename, Duplicate]
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected