(self, trans)
| 448 | self.container_length_limit = container_length_limit |
| 449 | |
| 450 | def getProtocol(self, trans): |
| 451 | return TCompactProtocol(trans, |
| 452 | self.string_length_limit, |
| 453 | self.container_length_limit) |
| 454 | |
| 455 | |
| 456 | class TCompactProtocolAccelerated(TCompactProtocol): |
nothing calls this directly
no test coverage detected