Home
last modified time | relevance | path

Searched refs:Dict (Results 1 – 5 of 5) sorted by relevance

/curl/tests/http/testenv/
H A Dports.py29 from typing import Dict
34 def alloc_ports(port_specs: Dict[str, int]) -> Dict[str, int]:
H A Dclient.py32 from typing import Optional, Dict
45 run_env: Optional[Dict[str,str]] = None):
H A Dcurl.py40 from typing import List, Optional, Dict, Union, Any
76 def stats(self) -> Optional[Dict[str,Any]]:
249 def json(self) -> Optional[Dict]:
274 def response(self) -> Optional[Dict]:
278 def responses(self) -> List[Dict]:
282 def results(self) -> Dict:
306 def add_response(self, resp: Dict): argument
310 def add_results(self, results: Dict): argument
465 run_env: Optional[Dict[str, str]] = None,
632 def http_form(self, urls: List[str], form: Dict[str, str],
/curl/tests/http/
H A Dtest_04_stuttered.py28 from typing import Tuple, List, Dict
129 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]: argument
H A Dscorecard.py34 from typing import Dict, Any, Optional, List
69 def handshakes(self) -> Dict[str, Any]:
239 def downloads(self, count: int, fsizes: List[int]) -> Dict[str, Any]:
361 def uploads(self, count: int, fsizes: List[int]) -> Dict[str, Any]:
424 def requests(self, req_count) -> Dict[str, Any]:

Completed in 18 milliseconds