see display_object
(self, address)
| 3878 | self.padawan.InterpretMemory(self.dd_start, end) |
| 3879 | |
| 3880 | def do_do(self, address): |
| 3881 | """ see display_object """ |
| 3882 | return self.do_display_object(address) |
| 3883 | |
| 3884 | def do_display_object(self, address): |
| 3885 | """ |
nothing calls this directly
no test coverage detected