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

Method add_results

pattern/web/pdf/psparser.py:507–511  ·  view source on GitHub ↗
(self, *objs)

Source from the content-addressed store, hash-verified

505 return objs
506
507 def add_results(self, *objs):
508 if 2 <= self.debug:
509 print >>sys.stderr, 'add_results: %r' % (objs,)
510 self.results.extend(objs)
511 return
512
513 def start_type(self, pos, type):
514 self.context.append((pos, self.curtype, self.curstack))

Callers 5

do_keywordMethod · 0.80
flushMethod · 0.80
flushMethod · 0.80
do_keywordMethod · 0.80
flushMethod · 0.80

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected