InputStream
autogen.io.InputStream #
Bases: Protocol
input #
Read a line from the input stream.
PARAMETER | DESCRIPTION |
---|---|
prompt | The prompt to display. Defaults to "". TYPE: |
password | Whether to read a password. Defaults to False. TYPE: |
RETURNS | DESCRIPTION |
---|---|
str | The line read from the input stream. TYPE: |