MCPcopy Index your code
hub / github.com/apache/dubbo-python2 / double_to_long_bits

Function double_to_long_bits

dubbo/common/util.py:49–55  ·  view source on GitHub ↗

https://gist.github.com/carlozamagni/187e478f516cac926682 :param value: :return:

(value)

Source from the content-addressed store, hash-verified

47
48
49def double_to_long_bits(value):
50 """
51 https://gist.github.com/carlozamagni/187e478f516cac926682
52 :param value:
53 :return:
54 """
55 return struct.unpack('Q', struct.pack('d', value))[0]
56
57
58def get_ip():

Callers 1

_encode_floatMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected