This commit is contained in:
Ran Benita 2023-01-20 13:28:16 +02:00
parent 58cf822f6d
commit 45d7c84697
1 changed files with 2 additions and 0 deletions

View File

@ -509,6 +509,8 @@ else:
): ):
"""The result of :method:`CaptureFixture.readouterr`.""" """The result of :method:`CaptureFixture.readouterr`."""
__slots__ = ()
class MultiCapture(Generic[AnyStr]): class MultiCapture(Generic[AnyStr]):
_state = None _state = None