(self)
| 188 | self.endpoint_line = ctx.get("line") |
| 189 | |
| 190 | def errors(self) -> Sequence[Any]: |
| 191 | return self._errors |
| 192 | |
| 193 | def _format_endpoint_context(self) -> str: |
| 194 | if not (self.endpoint_file and self.endpoint_line and self.endpoint_function): |
no outgoing calls