Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
write
Method · 0.95
plot
Function · 0.80
capture_print
Function · 0.80
PrintView
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected