class documentation
A weakly file-like object which can be used with KnownHostsFile to respond in the negative to all prompts for decisions.
| Method | __init__ |
No summary |
| Method | close |
No-op. |
| Method | readline |
Always give back the byte string that this _ReadFile was initialized with. |
| Method | write |
No-op. |
| Instance Variable | _contents |
Undocumented |
Always give back the byte string that this _ReadFile was initialized with.
| Parameters | |
| count | ignored |
| Returns | |
bytes | A fixed byte-string. |