| Home | Trees | Index | Help |
|---|
| Package sqltriples :: Module Types :: Class Expression |
|
AbstractExpression --+
|
Expression
LiteralExpression,
URIRefExpressionAn 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 Sat Jul 7 23:24:47 2007 | http://epydoc.sf.net |