MCPcopy 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_pluginsMethod · 0.45
__init__Method · 0.45
attribute_changedMethod · 0.45

Calls 2

request_receiveMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected