Part of twisted.conch.endpoints View Source View In Hierarchy
KnownHostsFile
to respond in the negative to all prompts for decisions.| Method | __init__ | |
| Method | write | No-op. |
| Method | readline | Always give back the byte string that this _ReadFile
was initialized with. |
| Method | close | No-op. |
| Parameters | contents | bytes
which will be returned from every readline call. |