MCPcopy Index your code
hub / github.com/clips/pattern / do_Q

Method do_Q

pattern/web/pdf/pdfinterp.py:391–394  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

set_current_stateMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected