twisted.conch.test.test_knownhosts.FakeUI(object)
class documentationtwisted.conch.test.test_knownhosts
(View In Hierarchy)
A fake UI object, adhering to the interface expected by KnownHostsFile.verifyHostKey
Instance Variable | userWarnings | inputs provided to 'warn'. |
Instance Variable | promptDeferred | last result returned from 'prompt'. |
Instance Variable | promptText | the last input provided to 'prompt'. |
Method | __init__ | Undocumented |
Method | prompt | Issue the user an interactive prompt, which they can accept or deny. |
Method | warn | Issue a non-interactive warning to the user. |