Versa variables
WWW: http://4suite.org/4RDF e-mail: support@4suite.org
Copyright 2001-2002 Fourthought Inc, USA.
See http://4suite.org/COPYRIGHT for license and copyright information
Classes
- class FunctionCall
-
Methods
- __getinitargs__(self)
- __getstate__(self)
- __init__(self, name, key, args)
- __repr__(self)
- __str__(self)
- error(self, *args)
- evaluate(self, context)
-
Call the function
- pprint(self, indent='')
- class FunctionCall1(FunctionCall)
-
Methods
- __init__(self, name, key, args)
- Overrides: __init__ from class FunctionCall
- evaluate(self, context)
- Overrides: evaluate from class FunctionCall
Methods inherited from class FunctionCall
- class FunctionCall2(FunctionCall)
-
Methods
- __init__(self, name, key, args)
- Overrides: __init__ from class FunctionCall
- evaluate(self, context)
- Overrides: evaluate from class FunctionCall
Methods inherited from class FunctionCall
- class FunctionCall3(FunctionCall)
-
Methods
- __init__(self, name, key, args)
- Overrides: __init__ from class FunctionCall
- evaluate(self, context)
- Overrides: evaluate from class FunctionCall
Methods inherited from class FunctionCall
- class FunctionCallN(FunctionCall)
-
Methods
- __init__(self, name, key, args)
- Overrides: __init__ from class FunctionCall
- evaluate(self, context)
- Overrides: evaluate from class FunctionCall
Methods inherited from class FunctionCall
- class VariableReference
-
A variable reference
Methods
- __init__(self, expr)
- evaluate(self, con)