FIXME: maybe it should also be able to encode as reference
(self, context)
| 227 | def evaluate(self, context): |
| 228 | return context.evaluate(self.ref) |
| 229 | def XMLEncode(self, context): |
| 230 | "FIXME: maybe it should also be able to encode as reference" |
| 231 | return context.XMLEncodeObject(self.ref) |
| 232 | |
| 233 | class OMATTR(object): |
| 234 | def __init__(self, *args): |
no test coverage detected