Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ set_title
Method
set_title
imagepy/core/wraper/imageplus.py:37–38 ·
view source on GitHub ↗
(self, title)
Source
from the content-addressed store, hash-verified
35
def
update(self): self.dirty = True
36
37
def
set_title(self, title):
38
self.title = ImageManager.name(title)
39
40
def
set_imgs(self, imgs):
41
self.is3d = not isinstance(imgs, list)
Callers
1
__init__
Method · 0.95
Calls
1
name
Method · 0.45
Tested by
no test coverage detected