(self,body)
| 106 | print_exc() |
| 107 | raise EvaluationFailedError |
| 108 | def XMLEncodeBody(self,body): |
| 109 | return self.XMLEncoder.encode(body) |
| 110 | def XMLEncodeObject(self, obj): |
| 111 | #TODO: Make Attribution List attributes |
| 112 | #TODO: Make all objects __hash__ and __eq__ |