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/tableplus.py:15–16 ·
view source on GitHub ↗
(self, title)
Source
from the content-addressed store, hash-verified
13
def
update(self, value=True): self.dirty=value
14
15
def
set_title(self, title):
16
self.title = TableManager.name(title)
17
18
def
get_nbytes(self):
19
return
self.data.memory_usage().sum()
Callers
1
__init__
Method · 0.95
Calls
1
name
Method · 0.45
Tested by
no test coverage detected