Home
last modified time | relevance | path

Searched defs:encode_threshold (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py436 encode_threshold = 1400 #a common MTU variable in SimpleXMLRPCRequestHandler
Dxmlrpclib.py1263 encode_threshold = None #None = don't encode variable in Transport
/external/python/cpython3/Lib/xmlrpc/
Dserver.py445 encode_threshold = 1400 #a common MTU variable in SimpleXMLRPCRequestHandler
Dclient.py1132 encode_threshold = None #None = don't encode variable in Transport