yahoo.search.debug (version 1.7, Wed Oct 26 11:15:36 PDT 2005) | index /home/leif/hack/pysearch/yahoo/search/debug.py |
yahoo.search.debug - Debugging utilities
This module defines and provides some debugging utilities that can
be used when you encounter problems with the search APIs. Most
interesting is the various debugging levels:
HTTP - Various HTTP protocol related information.
PARAMS - Show debugging information about CGI parameters.
PARSING - Show parsing processing.
RAWXML - Show the raw XML.
ALL - Show everything.
Modules | ||||||
|
Classes | ||||||||||
|
Data | ||
DEBUG_LEVELS = {'ALL': 4294967295L, 'HTTP': 1, 'PARAMS': 2, 'PARSING': 4, 'RAWXML': 2147483648L} __author__ = 'Leif Hedstrom <leif@ogre.com>' __date__ = 'Wed Oct 26 11:15:36 PDT 2005' __revision__ = '$Id: debug.py,v 1.7 2005/10/26 20:32:27 zwoop Exp $' __version__ = '$Revision: 1.7 $' |
Author | ||
Leif Hedstrom <leif@ogre.com> |