MCPcopy Create free account
hub / github.com/PageBot/PageBot / restore

Method restore

Lib/pagebot/contexts/basecontext/basecontext.py:212–214  ·  view source on GitHub ↗

Restores the previous graphic state.

(self)

Source from the content-addressed store, hash-verified

210 self.saveGraphicState()
211
212 def restore(self):
213 """Restores the previous graphic state."""
214 self.restoreGraphicState()
215
216 # Basic shapes.
217

Callers 1

drawPathMethod · 0.95

Calls 1

restoreGraphicStateMethod · 0.45

Tested by

no test coverage detected