MCPcopy Create free account
hub / github.com/kiibohd/controller / cli_buffer

Method cli_buffer

Lib/host.py:578–582  ·  view source on GitHub ↗

Returns list of all output lines printed to serial console

(self)

Source from the content-addressed store, hash-verified

576 return self.serial_name
577
578 def cli_buffer(self):
579 '''
580 Returns list of all output lines printed to serial console
581 '''
582 return self.serial_output_buf
583
584 def virtual_serialport_process(self):
585 '''

Callers 1

cli.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected