MCPcopy Index your code
hub / github.com/reactive-python/reactpy / getvalue

Method getvalue

docs/docs_app/examples.py:152–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 self._callback = function
151
152 def getvalue(self) -> str:
153 return "".join(self._lines)
154
155 def write(self, text: str) -> None:
156 if len(self._lines) == self._max_lines:

Callers 4

writeMethod · 0.95
plotFunction · 0.80
capture_printFunction · 0.80
PrintViewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected