Lines Matching defs:self
45 def caddy(self, env): argument
51 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int): argument
62 def _class_scope(self, env, caddy): argument
72 def test_08_01_download_1(self, env: Env, caddy: Caddy, repeat, proto): argument
84 def test_08_02_download_1mb_sequential(self, env: Env, caddy: Caddy, argument
98 def test_08_03_download_1mb_parallel(self, env: Env, caddy: Caddy, argument
121 def test_08_04a_download_10mb_sequential(self, env: Env, caddy: Caddy, argument
137 def test_08_04b_download_10mb_sequential(self, env: Env, caddy: Caddy, argument
153 def test_08_05_download_1mb_parallel(self, env: Env, caddy: Caddy, argument
177 def test_08_06_post_parallel(self, env: Env, httpd, caddy, repeat, proto): argument
196 def test_08_07_put_large(self, env: Env, httpd, caddy, repeat, proto): argument
214 def test_08_08_earlydata(self, env: Env, httpd, caddy, proto): argument
240 def check_downloads(self, client, srcfile: str, count: int, argument