launch.events.process.process_stderr module

Module for ProcessStderr event.

class launch.events.process.process_stderr.ProcessStderr[source]

Bases: ProcessIO

Event emitted when a process generates output on stderr.

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

Create a ProcessStderr 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.ProcessStderr'