(self)
| 389 | return |
| 390 | # grestore |
| 391 | def do_Q(self): |
| 392 | if self.gstack: |
| 393 | self.set_current_state(self.gstack.pop()) |
| 394 | return |
| 395 | |
| 396 | # concat-matrix |
| 397 | def do_cm(self, a1, b1, c1, d1, e1, f1): |
nothing calls this directly
no test coverage detected