MCPcopy
hub / github.com/RUB-NDS/PRET / supercmd

Method supercmd

postscript.py:52–53  ·  view source on GitHub ↗
(self, str_send, *stuff)

Source from the content-addressed store, hash-verified

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):

Callers 1

do_unlockMethod · 0.95

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected