MCPcopy 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

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

readAllMethod · 0.45

Tested by

no test coverage detected