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

Method readDouble

lib/py/src/protocol/TBinaryProtocol.py:231–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 return val
230
231 def readDouble(self):
232 buff = self.trans.readAll(8)
233 val, = unpack('!d', buff)
234 return val
235
236 def readBinary(self):
237 size = self.readI32()

Callers 2

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

readAllMethod · 0.45

Tested by

no test coverage detected