(*chain: Iterable[block.Block | prim.Prim])
| 44 | |
| 45 | |
| 46 | def add_chain(*chain: Iterable[block.Block | prim.Prim]) -> block.Block | prim.Prim: |
| 47 | return current_sprite().add_chain(*chain) |
| 48 | |
| 49 | |
| 50 | def add_comment(_comment: comment.Comment): |
nothing calls this directly
no test coverage detected