Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testNaked
Function · 0.95
testField
Function · 0.95
Calls
1
readAll
Method · 0.45
Tested by
no test coverage detected