Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/xstudio
/ value
Method
value
python/src/xstudio/api/module.py:126–130 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
124
pass
125
126
def
value(self):
127
return
self.connection.request_receive(
128
self.parent_remote,
129
attribute_value_atom(),
130
self.uuid)[0].get()
131
132
@property
133
def
name(self):
Callers
3
load_python_plugins
Method · 0.45
__init__
Method · 0.45
attribute_changed
Method · 0.45
Calls
2
request_receive
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected