Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ push
Method
push
pattern/web/pdf/pdfinterp.py:368–370 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
366
return
367
368
def
push(self, obj):
369
self.argstack.append(obj)
370
return
371
372
def
pop(self, n):
373
if
n == 0:
return
[]
Callers
2
execute
Method · 0.95
do_keyword
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected