(self)
| 863 | sys.ps3 = 'Out: ' |
| 864 | |
| 865 | def init_display_formatter(self): |
| 866 | self.display_formatter = DisplayFormatter(parent=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) |
no test coverage detected