Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readUuid
Method
readUuid
lib/py/src/protocol/TBinaryProtocol.py:242–245 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
240
return
s
241
242
def
readUuid(self):
243
buff = self.trans.readAll(16)
244
val = uuid.UUID(bytes=buff)
245
return
val
246
247
248
class
TBinaryProtocolFactory(TProtocolFactory):
Callers
2
testNaked
Function · 0.95
testField
Function · 0.95
Calls
1
readAll
Method · 0.45
Tested by
no test coverage detected