| TuxWordSmith.twssolver | index /usr/lib/python2.6/site-packages/TuxWordSmith/twssolver.py |
/**********************************************************
Organization :AsymptopiaSoftware | Software@theLimit
Website :www.asymptopia.org
Author :Charles B. Cosse
Email :ccosse@gmail.com
Copyright :(C) 2006-2008 Asymptopia Software
License :GPL2
***********************************************************/
| Modules | ||||||
| ||||||
| Classes | ||||||||
|
| ||||||||
| Functions | ||
| Data | ||
| DEBUG = 0 feature_namespaces = 'http://xml.org/sax/features/namespaces' hdx1 = 15 hdx2 = 15 hexnames = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'] idx = 3 letters = ['"', '&', ';', ':', '?', '<', '>', ' ', '-', '.', '/', '"', '(', ')', "'", '{', '}', 'a', 'b', 'c', ...] parser = <xml.sax.expatreader.ExpatParser instance at 0x954bd0c> ustr = r"u'\u03FF'" | ||