Home | Trees | Index | Help |
|
---|
Package pyxmpp :: Module xmppstringprep :: Class LookupTable |
|
Class for looking up RFC 3454 tables using a dictionary and/or list of ranges.
Method Summary | |
---|---|
Initialize `LookupTable` object. | |
Do Unicode character lookup. |
Method Details |
---|
__init__(self,
singles,
ranges)
|
lookup(self, c)Do Unicode character lookup. :Parameters: - `c`: Unicode character to look up. :return: the mapped value. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 31 22:37:03 2006 | http://epydoc.sf.net |