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

Method find

scratchattach/editor/prim.py:55–56  ·  view source on GitHub ↗
(cls, value, by: str, apply_func: Optional[Callable] = None)

Source from the content-addressed store, hash-verified

53
54 @classmethod
55 def find(cls, value, by: str, apply_func: Optional[Callable] = None) -> PrimType:
56 return super().find(value, by, apply_func=apply_func)
57
58
59def is_prim_opcode(opcode: str):

Callers 5

block_shapeMethod · 0.45
from_jsonMethod · 0.45
from_jsonMethod · 0.45
from_jsonMethod · 0.45
from_jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected