Part of twisted.conch.client.knownhosts View Source View In Hierarchy
| Instance Variables | 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. | 
| Returns | a Deferred which
fires with True when the user answers 'yes' and 
False when the user answers 'no'.  It may errback if there 
were any I/O errors.
 | |