Slots
This commit is contained in:
parent
58cf822f6d
commit
45d7c84697
|
@ -509,6 +509,8 @@ else:
|
|||
):
|
||||
"""The result of :method:`CaptureFixture.readouterr`."""
|
||||
|
||||
__slots__ = ()
|
||||
|
||||
|
||||
class MultiCapture(Generic[AnyStr]):
|
||||
_state = None
|
||||
|
|
Loading…
Reference in New Issue