Package rdflib :: Module Literal
[show private | hide private]
[frames | no frames]

Module rdflib.Literal

Classes
Literal http://www.w3.org/TR/rdf-concepts/#section-Graph-Literal

Function Summary
  castPythonToLiteral(obj)
  test()

Variable Summary
dict PythonToXSD = {<type 'basestring'>: (None, None), <type ...
unicode XSD_NS = u'http://www.w3.org/2001/XMLSchema#'
dict XSDToPython = {u'http://www.w3.org/2001/XMLSchema#token'...

Variable Details

PythonToXSD

Type:
dict
Value:
{<type 'bool'>: (None, u'http://www.w3.org/2001/XMLSchema#boolean'),
 <type 'float'>: (None, u'http://www.w3.org/2001/XMLSchema#float'),
 <type 'int'>: (None, u'http://www.w3.org/2001/XMLSchema#integer'),
 <type 'long'>: (None, u'http://www.w3.org/2001/XMLSchema#long'),
 <type 'basestring'>: (None, None),
 <type 'datetime.time'>: (<function <lambda> at 0xb7c3b844>,
                          u'http://www.w3.org/2001/XMLSchema#time'),
 <type 'datetime.datetime'>: (<function <lambda> at 0xb7c3b87c>,
...                                                                    

XSD_NS

Type:
unicode
Value:
u'http://www.w3.org/2001/XMLSchema#'                                   

XSDToPython

Type:
dict
Value:
{u'http://www.w3.org/2001/XMLSchema#anyURI': (None, None),
 u'http://www.w3.org/2001/XMLSchema#base64Binary': (<function decodest\
ring at 0xb7c3b72c>,
                                                    None),
 u'http://www.w3.org/2001/XMLSchema#boolean': (None,
                                               <function <lambda> at 0\
xb7c3b95c>),
 u'http://www.w3.org/2001/XMLSchema#byte': (<type 'int'>, None),
...                                                                    

Generated by Epydoc 2.1 on Mon Oct 23 14:11:24 2006 http://epydoc.sf.net