(cls, iprot)
| 127 | |
| 128 | @classmethod |
| 129 | def read(cls, iprot): |
| 130 | if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and cls.thrift_spec is not None: |
| 131 | return iprot._fast_decode(None, iprot, [cls, cls.thrift_spec]) |
| 132 | return iprot.readStruct(cls, cls.thrift_spec, False) |
| 133 | |
| 134 | |
| 135 | class TestImmutableExceptionDeserialization(unittest.TestCase): |
nothing calls this directly
no test coverage detected