Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ _end_contributor
Method
_end_contributor
pattern/web/feed/feedparser.py:1210–1212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1208
self.push(
'contributor'
, 0)
1209
1210
def
_end_contributor(self):
1211
self.pop(
'contributor'
)
1212
self.incontributor = 0
1213
1214
def
_start_dc_contributor(self, attrsD):
1215
self.incontributor = 1
Callers
nothing calls this directly
Calls
1
pop
Method · 0.95
Tested by
no test coverage detected