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

Method to_json

scratchattach/editor/vlb.py:94–98  ·  view source on GitHub ↗

Returns List data as a tuple

(self)

Source from the content-addressed store, hash-verified

92 return List(_id, _name, _value)
93
94 def to_json(self) -> tuple[str, list[str | int | float]]:
95 """
96 Returns List data as a tuple
97 """
98 return self.name, self.value
99
100
101class Broadcast(base.NamedIDComponent):

Callers 2

set_bodyMethod · 0.45
test_projectFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_projectFunction · 0.36