A fake file-like object that acts enough like a file for ConsoleUI.prompt.

Method __init__ Undocumented
Method readline Return a line from the 'inlines' list.
Method write Append the given item to the 'outchunks' list.
Method close Set the 'closed' flag to True, explicitly marking that it has been closed.
def __init__(self):
Undocumented
def readline(self):

Return a line from the 'inlines' list.

def write(self, chunk):

Append the given item to the 'outchunks' list.

def close(self):

Set the 'closed' flag to True, explicitly marking that it has been closed.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.