(self, str_send, *stuff)
| 50 | |
| 51 | # send PostScript command, bypass invalid access |
| 52 | def supercmd(self, str_send, *stuff): |
| 53 | return self.cmd('{' + str_send + '}' + c.PS_SUPER, *stuff) |
| 54 | |
| 55 | # handle error messages from PostScript interpreter |
| 56 | def ps_err(self, str_recv): |