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

Method globalcmd

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

Source from the content-addressed store, hash-verified

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

Callers 8

do_restartMethod · 0.95
do_disableMethod · 0.95
do_destroyMethod · 0.95
overlayMethod · 0.95
do_replaceMethod · 0.95
do_captureMethod · 0.95
do_holdMethod · 0.95
do_configMethod · 0.95

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected