twisted.protocols.dict
module documentationtwisted.protocols
View Source
Dict client protocol implementation.
Author | Pavel 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 |
Chew one dqstring or atom from beginning of line and return (param, remaningline)