MCPcopy Create free account
hub / github.com/apache/thrift / readDouble

Method readDouble

lib/py/src/protocol/TCompactProtocol.py:422–425  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

420
421 @reader
422 def readDouble(self):
423 buff = self.trans.readAll(8)
424 val, = unpack('<d', buff)
425 return val
426
427 @reader
428 def readUuid(self):

Callers 2

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

readAllMethod · 0.45

Tested by

no test coverage detected