Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ do_q
Method
do_q
pattern/web/pdf/pdfinterp.py:387–389 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
385
386
# gsave
387
def
do_q(self):
388
self.gstack.append(self.get_current_state())
389
return
390
# grestore
391
def
do_Q(self):
392
if
self.gstack:
Callers
nothing calls this directly
Calls
2
get_current_state
Method · 0.95
append
Method · 0.45
Tested by
no test coverage detected