MCPcopy
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
539def stdout(data, record=True):
540 os.write(sys.stdout.fileno(), data)
541 if record:
542 core.output_line_buffer << data
543
544def ask(text):
545 while True:

Callers 4

defaultMethod · 0.85
loopMethod · 0.85
attachMethod · 0.85
listener_menuFunction · 0.85

Calls 2

writeMethod · 0.45
filenoMethod · 0.45

Tested by

no test coverage detected