Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readUuid
Method
readUuid
lib/py/src/protocol/TCompactProtocol.py:428–431 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
426
427
@reader
428
def
readUuid(self):
429
buff = self.trans.readAll(16)
430
val = uuid.UUID(bytes=buff)
431
return
val
432
433
def
__readBinary(self):
434
size = self.__readSize()
Callers
2
testNaked
Function · 0.95
testField
Function · 0.95
Calls
1
readAll
Method · 0.45
Tested by
no test coverage detected