Searched defs:dump_double (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dxmlrpclib.py692 def dump_double(self, value, write): member in class:Marshaller
696 dispatch[FloatType] = dump_double
/external/python/cpython3/Lib/xmlrpc/
H A Dclient.py549 def dump_double(self, value, write): member in class:Marshaller
553 dispatch[float] = dump_double

Completed in 123 milliseconds