Home | Trees | Index | Help |
---|
Package sqltriples :: Module Types :: Class Expression |
|
AbstractExpression
--+
|
Expression
LiteralExpression
,
URIRefExpression
An general class wrapping an expression and associated values.
Method Summary | |
---|---|
Initialise the expression with the 'expr' string and a sequence of 'values', optionally indicating the expression's 'value_type' ('L' for Literal, 'U' for URIRef). | |
get_expression(self)
| |
Inherited from AbstractExpression | |
| |
|
Method Details |
---|
__init__(self,
expr,
values,
value_type='L')
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Sep 18 23:34:27 2007 | http://epydoc.sf.net |