MCPcopy 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
248class TBinaryProtocolFactory(TProtocolFactory):

Callers 2

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

readAllMethod · 0.45

Tested by

no test coverage detected