see display_page
(self, address)
| 3952 | TransitionArray(FixedArray(self.heap, None, start)).Print(Printer()) |
| 3953 | |
| 3954 | def do_dp(self, address): |
| 3955 | """ see display_page """ |
| 3956 | return self.do_display_page(address) |
| 3957 | |
| 3958 | def do_display_page(self, address): |
| 3959 | """ |
nothing calls this directly
no test coverage detected