Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
443
class
TCompactProtocolFactory(TProtocolFactory):
Callers
3
readFieldBegin
Method · 0.95
readCollectionBegin
Method · 0.95
readMapBegin
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected