Package SPARQLWrapper :: Module SPARQLUtils
[hide private]
[frames] | no frames]

Module SPARQLUtils

source code

SPARQL Wrapper Utils


Author: Ivan Herman, Sergio Fernández, Carlos Tejo Alonso

Organization: World Wide Web Consortium and Foundation CTIC.

License: W3C SOFTWARE NOTICE AND LICENSE

Functions [hide private]
 
deprecated(func)
This is a decorator which can be used to mark functions as deprecated.
source code
Variables [hide private]
  __package__ = 'SPARQLWrapper'
Function Details [hide private]

deprecated(func)

source code 

This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emmitted when the function is used.

See Also: http://code.activestate.com/recipes/391367/