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

Method link_using_sprite

scratchattach/editor/comment.py:76–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 }
75
76 def link_using_sprite(self):
77 if self._block_id is not None:
78 self.block = self.sprite.find_block(self._block_id, "id")
79 if self.block is not None:
80 self._block_id = None

Callers

nothing calls this directly

Calls 1

find_blockMethod · 0.80

Tested by

no test coverage detected