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

Method set_current_state

pattern/web/pdf/pdfinterp.py:381–384  ·  view source on GitHub ↗
(self, state)

Source from the content-addressed store, hash-verified

379 return (self.ctm, self.textstate.copy(), self.graphicstate.copy())
380
381 def set_current_state(self, state):
382 (self.ctm, self.textstate, self.graphicstate) = state
383 self.device.set_ctm(self.ctm)
384 return
385
386 # gsave
387 def do_q(self):

Callers 1

do_QMethod · 0.95

Calls 1

set_ctmMethod · 0.80

Tested by

no test coverage detected