The result of :method:`caplog.readouterr() <pytest.CaptureFixture.readouterr>`.
| 609 | |
| 610 | @final |
| 611 | class CaptureResult(NamedTuple, Generic[AnyStr]): |
| 612 | """The result of :method:`caplog.readouterr() <pytest.CaptureFixture.readouterr>`.""" |
| 613 | |
| 614 | out: AnyStr |
| 615 | err: AnyStr |
| 616 | |
| 617 | else: |
| 618 |
no outgoing calls