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

Method __getTType

lib/py/src/protocol/TCompactProtocol.py:439–440  ·  view source on GitHub ↗
(self, byte)

Source from the content-addressed store, hash-verified

437 readBinary = reader(__readBinary)
438
439 def __getTType(self, byte):
440 return TTYPES[byte & 0x0f]
441
442
443class TCompactProtocolFactory(TProtocolFactory):

Callers 3

readFieldBeginMethod · 0.95
readCollectionBeginMethod · 0.95
readMapBeginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected