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

Method duplicate_single_block

scratchattach/editor/block.py:549–550  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

547 return new
548
549 def duplicate_single_block(self) -> Block:
550 return self.attach_block(self.dcopy())
551
552 def attach_chain(self, *chain: Block) -> Block:
553 attaching_block = self

Callers

nothing calls this directly

Calls 2

attach_blockMethod · 0.95
dcopyMethod · 0.80

Tested by

no test coverage detected