(self, excinfo: ExceptionInfo[BaseException])
| 296 | _enter_pdb(node, call.excinfo, report) |
| 297 | |
| 298 | def pytest_internalerror(self, excinfo: ExceptionInfo[BaseException]) -> None: |
| 299 | tb = _postmortem_traceback(excinfo) |
| 300 | post_mortem(tb) |
| 301 | |
| 302 | |
| 303 | class PdbTrace: |
nothing calls this directly
no test coverage detected