Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/xstudio
/ name
Method
name
python/src/xstudio/api/module.py:133–140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
132
@property
133
def
name(self):
134
135
return
self.connection.request_receive(
136
self.parent_remote,
137
attribute_value_atom(),
138
self.uuid,
139
int(AttributeRole.Title)
140
)[0].get()
141
142
def
set_value(self, value):
143
Callers
2
test_media_stream
Function · 0.45
get_plugin
Method · 0.45
Calls
2
request_receive
Method · 0.80
get
Method · 0.45
Tested by
1
test_media_stream
Function · 0.36