class twisted.conch.client.knownhosts.UnparsedEntry: (source)
Implements interfaces: twisted.conch.interfaces.IKnownHostEntry
UnparsedEntry is an entry in a KnownHostsFile which can't actually be parsed; therefore it matches no keys and no hosts.
| Method | __init__ | Create an unparsed entry from a line in a known_hosts file which cannot otherwise be parsed. | 
| Method | matchesHost | Always returns False. | 
| Method | matchesKey | Always returns False. | 
| Method | toString | Returns the input line, without its newline if one was given. | 
| Instance Variable | _string | Undocumented | 
Create an unparsed entry from a line in a known_hosts file which cannot otherwise be parsed.