MCPcopy Index your code
hub / github.com/clips/pattern / pop

Method pop

pattern/web/pdf/psparser.py:497–500  ·  view source on GitHub ↗
(self, n)

Source from the content-addressed store, hash-verified

495 return
496
497 def pop(self, n):
498 objs = self.curstack[-n:]
499 self.curstack[-n:] = []
500 return objs
501
502 def popall(self):
503 objs = self.curstack

Callers 15

load_trailerMethod · 0.45
do_keywordMethod · 0.45
do_keywordMethod · 0.45
end_figureMethod · 0.45
end_textboxMethod · 0.45
get_textboxesMethod · 0.45
group_textboxesMethod · 0.45
end_tagMethod · 0.45
do_tagMethod · 0.45
do_keywordMethod · 0.45
nexttokenMethod · 0.45
end_typeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected