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