Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_tag
Method · 0.95
pop
Method · 0.45
Tested by
no test coverage detected