AdvancedHTMLParser.xpath._debug
index

Copyright (c) 2019 Timothy Savannah under terms of LGPLv3. All Rights Reserved.
 
See LICENSE (https://gnu.org/licenses/lgpl-3.0.txt) for more information.
 
See: https://github.com/kata198/AdvancedHTMLParser for full information
 
 
==INTERNAL==
 
xpath._debug.py - Internal module for toggling XPath debugging

 
Functions
       
getXPathDebug()
getXPathDebug - Get whether we should print debug messages.
 
    Each function call with DEBUG output should fetch a fresh copy of this.
setXPathDebug(newValue)
setXPathDebug - Function to change the global DEBUG for development.
 
    Will be removed / set to false for production release.
 
      @param newValue <bool> - True to enable debugging prints, False to disable them.

 
Data
        __all__ = ('setXPathDebug', 'getXPathDebug')