(self, capture_location)
| 1484 | """A utility class to load the captured writes made to a stream.""" |
| 1485 | |
| 1486 | def __init__(self, capture_location): |
| 1487 | self.capture_location = capture_location |
| 1488 | |
| 1489 | def contents(self): |
| 1490 | """Get the captured writes as a single string.""" |