(self, wait=False)
| 132 | 'transient':transient, 'update':update}) |
| 133 | |
| 134 | def clear_output(self, wait=False): |
| 135 | super(CapturingDisplayPublisher, self).clear_output(wait) |
| 136 | |
| 137 | # empty the list, *do not* reassign a new list |
| 138 | self.outputs.clear() |
nothing calls this directly
no test coverage detected