(cls, iprot)
| 97 | |
| 98 | @classmethod |
| 99 | def read(cls, iprot): |
| 100 | if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and cls.thrift_spec is not None: |
| 101 | return iprot._fast_decode(None, iprot, [cls, cls.thrift_spec]) |
| 102 | return iprot.readStruct(cls, cls.thrift_spec, True) |
| 103 | |
| 104 | |
| 105 | class MutableException(TException): |
nothing calls this directly
no test coverage detected