Dict client protocol implementation.

AuthorPavel Pergamenshchik
Function parseParam Chew one dqstring or atom from beginning of line and return (param, remaningline)
Function makeAtom Munch a string into an 'atom'
Function makeWord Undocumented
Function parseText Undocumented
Class Definition A word definition
Class DictClient dict (RFC2229) client
Class InvalidResponse Undocumented
Class DictLookup Utility class for a single dict transaction. To be used with DictLookupFactory
Class DictLookupFactory Utility factory for a single dict transaction
Function define Look up a word using a dict server
Function match Match a word using a dict server
def parseParam(line): (source)

Chew one dqstring or atom from beginning of line and return (param, remaningline)

def makeAtom(line): (source)

Munch a string into an 'atom'

def makeWord(s): (source)
Undocumented
def parseText(line): (source)
Undocumented
def define(host, port, database, word): (source)

Look up a word using a dict server

def match(host, port, database, strategy, word): (source)

Match a word using a dict server

API Documentation for Twisted, generated by pydoctor at 2016-05-18 16:01:36.