(self, str_send, *stuff)
| 46 | |
| 47 | # send PostScript command, cause permanent changes |
| 48 | def globalcmd(self, str_send, *stuff): |
| 49 | return self.cmd(c.PS_GLOBAL + str_send, *stuff) |
| 50 | |
| 51 | # send PostScript command, bypass invalid access |
| 52 | def supercmd(self, str_send, *stuff): |
no test coverage detected