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

Method add_broadcast

scratchattach/editor/sprite.py:163–165  ·  view source on GitHub ↗
(self, _broadcast: vlb.Broadcast)

Source from the content-addressed store, hash-verified

161 _list.sprite = self
162
163 def add_broadcast(self, _broadcast: vlb.Broadcast):
164 self.broadcasts.append(_broadcast)
165 _broadcast.sprite = self
166
167 def add_vlb(self, _vlb: base.NamedIDComponent):
168 if isinstance(_vlb, vlb.Variable):

Callers 1

add_vlbMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected