module terminal.process_ren

renpy init python:

Classes

class BashProcess:

Methods

def __init__(self, terminal, cmd) -> None
def start(self) -> None
def process_watchdog(self) -> None
def read_output(self, stream) -> None
def pty_bashprocess_handle_in(self, terminal, inp) -> None
def send_command(self, cmd) -> None

TODO: REMOVE

Arguments:

  • cmd(str)
def stop(self) -> None