(self, context)
| 167 | self.__children=children |
| 168 | XMLtag = "OMOBJ" |
| 169 | def evaluate(self, context): |
| 170 | return OMObject([context.evaluate(c) for c in self.children]) |
| 171 | class OMV(object): |
| 172 | def __init__(self,name): |
| 173 | #super(OMVar, self).__init__() |