MCPcopy 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

nextobjectMethod · 0.95
do_keywordMethod · 0.45
do_keywordMethod · 0.45
do_keywordMethod · 0.45

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected