MCPcopy 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_streamFunction · 0.45
get_pluginMethod · 0.45

Calls 2

request_receiveMethod · 0.80
getMethod · 0.45

Tested by 1

test_media_streamFunction · 0.36