(self)
| 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 |
nothing calls this directly
no test coverage detected