Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ set_datalist_identifier
Method
set_datalist_identifier
remi/gui.py:3622–3623 ·
view source on GitHub ↗
(self, datalist)
Source
from the content-addressed store, hash-verified
3620
return
self.attr_value
3621
3622
def
set_datalist_identifier(self, datalist):
3623
self.attr_datalist_identifier = datalist
3624
3625
def
get_datalist_identifier(self):
3626
return
self.attr_datalist_identifier
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected