(self, oprot)
| 54 | iprot.readStruct(self, self.thrift_spec) |
| 55 | |
| 56 | def write(self, oprot): |
| 57 | if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None: |
| 58 | oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec))) |
| 59 | return |
| 60 | oprot.writeStruct(self, self.thrift_spec) |
| 61 | |
| 62 | class TExceptionBase(Exception): |
| 63 | # old style class so python2.4 can raise exceptions derived from this |
no test coverage detected