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

Method target

scratchattach/editor/block.py:128–133  ·  view source on GitHub ↗

Alias for .sprite

(self)

Source from the content-addressed store, hash-verified

126
127 @property
128 def target(self):
129 """
130 Alias for .sprite
131 """
132 # should this be deprecated?
133 return self.sprite
134
135 @property
136 def block_shape(self) -> blockshape.BlockShape:

Callers 2

test_activityFunction · 0.45
test_teacher_activityFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_activityFunction · 0.36
test_teacher_activityFunction · 0.36