t.c.c.k.UnparsedEntry(object) : class documentation

Part of twisted.conch.client.knownhosts View Source View In Hierarchy

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
Method matchesHost Always returns False.
Method matchesKey Always returns False.
Method toString Returns the input line, without its newline if one was given.
def __init__(self, string): (source)
Create an unparsed entry from a line in a known_hosts file which cannot otherwise be parsed.
def matchesHost(self, hostname): (source)
Always returns False.
def matchesKey(self, key): (source)
Always returns False.
def toString(self): (source)
Returns the input line, without its newline if one was given.
API Documentation for Twisted, generated by pydoctor at 2010-07-05 15:03:32.