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

Method start_type

pattern/web/pdf/psparser.py:513–518  ·  view source on GitHub ↗
(self, pos, type)

Source from the content-addressed store, hash-verified

511 return
512
513 def start_type(self, pos, type):
514 self.context.append((pos, self.curtype, self.curstack))
515 (self.curtype, self.curstack) = (type, [])
516 if 2 <= self.debug:
517 print >>sys.stderr, 'start_type: pos=%r, type=%r' % (pos, type)
518 return
519
520 def end_type(self, type):
521 if self.curtype != type:

Callers 2

nextobjectMethod · 0.95
do_keywordMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected