AdvancedHTMLParser.xpath.null
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
 
 
xpath.null.py - The XPath engine null type and related

 
Classes
       
__builtin__.object
NullType

 
class NullType(__builtin__.object)
    NullType - Represents a comparative class for use with Null (equal to other nulls, not equal to non-nulls)
 
  "Null" is the singleton instance of this class, and should be used instead of separate instances, but either will work.
 
  Methods defined here:
__eq__(self, other)
__ne__(self, other)
__str__(self)
__str__ - Return a string representation

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        Null = <AdvancedHTMLParser.xpath.null.NullType object>
__all__ = ('NullType', 'Null')