MCPcopy 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

executeMethod · 0.95
do_keywordMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected