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

Method link_subcomponents

scratchattach/editor/sprite.py:120–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 build_defaulting.pop_sprite(self)
119
120 def link_subcomponents(self):
121 self.link_prims()
122 self.link_blocks()
123 self.link_comments()
124 self.link_vlbs()
125
126 def link_vlbs(self):
127 for _vlb in self.vlbs:

Callers 1

load_scriptFunction · 0.95

Calls 4

link_primsMethod · 0.95
link_blocksMethod · 0.95
link_commentsMethod · 0.95
link_vlbsMethod · 0.95

Tested by

no test coverage detected