(self)
| 364 | self.display_id = display_id |
| 365 | |
| 366 | def __repr__(self): |
| 367 | return "<%s display_id=%s>" % (self.__class__.__name__, self.display_id) |
| 368 | |
| 369 | def display(self, obj, **kwargs): |
| 370 | """Make a new display with my id, updating existing instances. |
nothing calls this directly
no outgoing calls
no test coverage detected