Searched defs:encode_threshold (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | SimpleXMLRPCServer.py | 436 encode_threshold = 1400 #a common MTU variable in SimpleXMLRPCRequestHandler |
D | xmlrpclib.py | 1263 encode_threshold = None #None = don't encode variable in Transport |
/external/python/cpython3/Lib/xmlrpc/ | ||
D | server.py | 445 encode_threshold = 1400 #a common MTU variable in SimpleXMLRPCRequestHandler |
D | client.py | 1132 encode_threshold = None #None = don't encode variable in Transport |