Home
last modified time | relevance | path

Searched refs:accept_gzip_encoding (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/xmlrpc/
Dclient.py1127 accept_gzip_encoding = True variable in Transport
1271 if self.accept_gzip_encoding and gzip:
/external/python/cpython2/Lib/
Dxmlrpclib.py1258 accept_gzip_encoding = True variable in Transport
1410 if (self.accept_gzip_encoding and gzip):