Show More
@@ -114,7 +114,7 b' class CapturingDisplayPublisher(DisplayPublisher):' | |||||
114 | """A DisplayPublisher that stores""" |
|
114 | """A DisplayPublisher that stores""" | |
115 | outputs = List() |
|
115 | outputs = List() | |
116 |
|
116 | |||
117 | def publish(self, data, metadata=None, source=None): |
|
117 | def publish(self, data, metadata=None, source=None, *, transient=None, update=False): | |
118 | self.outputs.append((data, metadata)) |
|
118 | self.outputs.append((data, metadata)) | |
119 |
|
119 | |||
120 | def clear_output(self, wait=False): |
|
120 | def clear_output(self, wait=False): |
General Comments 0
You need to be logged in to leave comments.
Login now