Lines Matching defs:self
39 def __init__(self) -> None: argument
48 def __str__(self) -> str: argument
53 def __repr__(self) -> str: argument
57 def add_error(self, error_message: str) -> None: argument
62 def ok_status(self) -> bool: argument
87 def __str__(self) -> str: argument
95 def total(self) -> int: argument
102 def add_subtest_counts(self, counts: TestCounts) -> None: argument
118 def get_status(self) -> TestStatus: argument
135 def add_status(self, status: TestStatus) -> None: argument
157 def __init__(self, lines: Iterator[Tuple[int, str]]): argument
164 def _get_next(self) -> None: argument
175 def peek(self) -> str: argument
181 def pop(self) -> str: argument
191 def __bool__(self) -> bool: argument
197 def __iter__(self) -> Iterator[str]: argument
204 def line_number(self) -> int: argument