(self, wait=False)
| 199 | ) |
| 200 | |
| 201 | def clear_output(self, wait=False): |
| 202 | super(CapturingDisplayPublisher, self).clear_output(wait) |
| 203 | |
| 204 | # empty the list, *do not* reassign a new list |
| 205 | self.outputs.clear() |
nothing calls this directly
no test coverage detected