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

Function add_chain

scratchattach/editor/build_defaulting.py:46–47  ·  view source on GitHub ↗
(*chain: Iterable[block.Block | prim.Prim])

Source from the content-addressed store, hash-verified

44
45
46def add_chain(*chain: Iterable[block.Block | prim.Prim]) -> block.Block | prim.Prim:
47 return current_sprite().add_chain(*chain)
48
49
50def add_comment(_comment: comment.Comment):

Callers

nothing calls this directly

Calls 2

current_spriteFunction · 0.85
add_chainMethod · 0.80

Tested by

no test coverage detected