Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ push
Method
push
pattern/web/pdf/psparser.py:493–495 ·
view source on GitHub ↗
(self, *objs)
Source
from the content-addressed store, hash-verified
491
return
492
493
def
push(self, *objs):
494
self.curstack.extend(objs)
495
return
496
497
def
pop(self, n):
498
objs = self.curstack[-n:]
Callers
4
nextobject
Method · 0.95
do_keyword
Method · 0.45
do_keyword
Method · 0.45
do_keyword
Method · 0.45
Calls
1
extend
Method · 0.45
Tested by
no test coverage detected