Package rdfalchemy :: Package sparql :: Module parsers :: Class _SPARQLHandler
[hide private]
[frames] | no frames]

Class _SPARQLHandler

source code

object --+
         |
        _SPARQLHandler
Known Subclasses:

Abstract base class for parsing the response stream of a sparql query Real classhes should subclass from here but should not do too much during __init__

__init__ should stip after opening the stream and not read so that users have the option to call p.stream.read() to get the rawResults

Instance Methods [hide private]
 
__init__(self, url)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  mimetype = ''
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, url)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)