Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeDouble
Method
writeDouble
lib/py/src/protocol/TCompactProtocol.py:280–281 ·
view source on GitHub ↗
(self, dub)
Source
from the content-addressed store, hash-verified
278
279
@writer
280
def
writeDouble(self, dub):
281
self.trans.write(pack(
'<d'
, dub))
282
283
@writer
284
def
writeUuid(self, uuid):
Callers
2
testNaked
Function · 0.95
testField
Function · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected