launch.events.process.process_stdin module
Module for ProcessStdin event.
- class launch.events.process.process_stdin.ProcessStdin[source]
Bases:
ProcessIOEvent emitted when a process needs to handle stdin.
- __init__(*, text: bytes, **kwargs) None[source]
Create a ProcessStdin 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.ProcessStdin'