MCPcopy Create free account
hub / github.com/apache/thrift / getProtocol

Method getProtocol

lib/py/src/protocol/TCompactProtocol.py:450–453  ·  view source on GitHub ↗
(self, trans)

Source from the content-addressed store, hash-verified

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
456class TCompactProtocolAccelerated(TCompactProtocol):

Callers

nothing calls this directly

Calls 1

TCompactProtocolClass · 0.70

Tested by

no test coverage detected