MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / add_variable

Method add_variable

scratchattach/editor/sprite.py:155–157  ·  view source on GitHub ↗
(self, _variable: vlb.Variable)

Source from the content-addressed store, hash-verified

153 _vlb.sprite = self
154
155 def add_variable(self, _variable: vlb.Variable):
156 self.variables.append(_variable)
157 _variable.sprite = self
158
159 def add_list(self, _list: vlb.List):
160 self.lists.append(_list)

Callers 1

add_vlbMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected