Searched refs:curl_command_name (Results 1 – 1 of 1) sorted by relevance
128 def _build_curl_command_for_request(curl_command_name, req): argument131 cmd = [curl_command_name]161 def _handle_open_with_curl(curl_command_name, req): argument166 cmd = _build_curl_command_for_request(curl_command_name, req)198 def __init__(self, curl_command_name): argument199 self._curl_command_name = curl_command_name209 def __init__(self, curl_command_name): argument210 self._curl_command_name = curl_command_name