Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brightio/penelope
/ stdout
Function
stdout
penelope.py:539–542 ·
view source on GitHub ↗
(data, record=True)
Source
from the content-addressed store, hash-verified
537
return
b
'\n'
.join(self.lines)
538
539
def
stdout(data, record=True):
540
os.write(sys.stdout.fileno(), data)
541
if
record:
542
core.output_line_buffer << data
543
544
def
ask(text):
545
while
True:
Callers
4
default
Method · 0.85
loop
Method · 0.85
attach
Method · 0.85
listener_menu
Function · 0.85
Calls
2
write
Method · 0.45
fileno
Method · 0.45
Tested by
no test coverage detected