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

Method add_list

scratchattach/editor/sprite.py:159–161  ·  view source on GitHub ↗
(self, _list: vlb.List)

Source from the content-addressed store, hash-verified

157 _variable.sprite = self
158
159 def add_list(self, _list: vlb.List):
160 self.lists.append(_list)
161 _list.sprite = self
162
163 def add_broadcast(self, _broadcast: vlb.Broadcast):
164 self.broadcasts.append(_broadcast)

Callers 1

add_vlbMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected