AsyncThreadIOStream

AsyncThreadIOStream()

Instance Attributes

input_stream



Instance Methods

input

input(
    self,
    prompt: str = '',
    *,
    password: bool = False
) -> str
Parameters:
NameDescription
promptType: str

Default:
passwordType: bool

Default: False

print

print(
    self,
    *objects: Any,
    sep: str = ' ',
    end: str = '\n',
    flush: bool = False
) -> None
Parameters:
NameDescription
*objectsType: Any
sepType: str

Default: ’ ‘
endType: str

Default: ‘\n’
flushType: bool

Default: False

send

send(self, message: Any) -> None
Parameters:
NameDescription
messageType: Any