Searched refs:_interact (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | EasyDialogs.py | 54 def _interact(): function 78 _interact() 111 _interact() 153 _interact() 197 _interact() 439 _interact() 663 _interact() 716 _interact() 773 _interact()
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 297 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2") 300 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie") 302 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name): function
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 247 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2") 250 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie") 252 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name): function
|