Lines Matching defs:self
26 def __init__(self, message): argument
33 def __init__(self, option_strings, dest, type, default, **kwargs): argument
49 def __call__(self, parser, namespace, values, option_string=None): argument
78 def __str__(self): argument
81 def __repr__(self): argument
88 def get_source_path(self, test: str) -> Path: argument
100 def get_run_path(self, test: str) -> Path: argument
112 def get_output_path(self, test: str, output_file: str) -> Path: argument
125 def test_failure_artifacts_path(self) -> Path: argument
130 def cgns_tol(self): argument
135 def cgns_tol(self, val): argument
139 def csv_ztol(self): argument
144 def csv_ztol(self, val): argument
148 def csv_rtol(self): argument
153 def csv_rtol(self, val): argument
157 def csv_comment_diff_fn(self): # -> Any | Callable[..., None]: argument
161 def csv_comment_diff_fn(self, test_fn): argument
165 def csv_comment_str(self): argument
169 def csv_comment_str(self, comment_str): argument
172 def post_test_hook(self, test: str, spec: TestSpec, backend: str) -> None: argument
181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: argument
195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: argument
209 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… argument
223 def check_allowed_stdout(self, test: str) -> bool: argument