Part of twisted.conch.client.knownhosts View Source View In Hierarchy
Instance Variable | opener | a no-argument callable which should open a console file-like object to be used for reading and writing. |
Method | __init__ | Undocumented |
Method | prompt | Write the given text as a prompt to the console output, then read a result from the console input. |
Method | warn | Notify the user (non-interactively) of the provided text, by writing it to the console. |