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

Method do_tag

pattern/web/pdf/pdfdevice.py:171–174  ·  view source on GitHub ↗
(self, tag, props=None)

Source from the content-addressed store, hash-verified

169 return
170
171 def do_tag(self, tag, props=None):
172 self.begin_tag(tag, props)
173 self._stack.pop(-1)
174 return

Callers

nothing calls this directly

Calls 2

begin_tagMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected