launch.events.process.process_stdout module

Module for ProcessStdout event.

class launch.events.process.process_stdout.ProcessStdout[source]

Bases: ProcessIO

Event emitted when a process generates output on stdout.

__init__(*, text: bytes, **kwargs) None[source]

Create a ProcessStdout event.

Unmatched keyword arguments are passed to ProcessEvent, see it for details on those arguments.

Param:

text is the unicode data associated with the event

name = 'launch.events.process.ProcessStdout'