Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dssl_servers.py92 def do_GET(self, send_body=True): argument
107 if send_body:
112 self.do_GET(send_body=False)
/external/python/cpython2/Lib/test/
Dssl_servers.py93 def do_GET(self, send_body=True): argument
108 if send_body:
113 self.do_GET(send_body=False)