MCPcopy 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

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected