Lines Matching defs:str
48 protocol: str,
49 server_descr: str,
54 server_addr: Optional[str] = None):
104 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int):
114 def setup_resources(self, server_docs: str,
135 def transfer_single(self, url: str, count: int):
164 def transfer_serial(self, url: str, count: int):
193 def transfer_parallel(self, url: str, count: int):
228 def download_url(self, label: str, url: str, count: int):
261 def upload_single(self, url: str, fpath: str, count: int):
289 def upload_serial(self, url: str, fpath: str, count: int):
317 def upload_parallel(self, url: str, fpath: str, count: int):
350 def upload_url(self, label: str, url: str, fpath: str, count: int):
376 def do_requests(self, url: str, count: int, max_parallel: int = 1):
415 def requests_url(self, url: str, count: int):