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

Method parsed_proc_code

scratchattach/editor/mutation.py:278–282  ·  view source on GitHub ↗

Parse the proc code into arguments & strings

(self)

Source from the content-addressed store, hash-verified

276
277 @property
278 def parsed_proc_code(self) -> list[str | ArgumentType] | None:
279 """
280 Parse the proc code into arguments & strings
281 """
282 return parse_proc_code(self.proc_code)
283
284 @staticmethod
285 def from_json(data: dict) -> Mutation: # noqa: C901

Callers

nothing calls this directly

Calls 1

parse_proc_codeFunction · 0.85

Tested by

no test coverage detected