(self)
| 867 | self.configurables.append(self.display_formatter) |
| 868 | |
| 869 | def init_display_pub(self): |
| 870 | self.display_pub = self.display_pub_class(parent=self, shell=self) |
| 871 | self.configurables.append(self.display_pub) |
| 872 | |
| 873 | def init_data_pub(self): |
| 874 | if not self.data_pub_class: |