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

Method _start_contributor

pattern/web/feed/feedparser.py:1203–1208  ·  view source on GitHub ↗
(self, attrsD)

Source from the content-addressed store, hash-verified

1201 self._sync_author_detail('publisher')
1202
1203 def _start_contributor(self, attrsD):
1204 self.incontributor = 1
1205 context = self._getContext()
1206 context.setdefault('contributors', [])
1207 context['contributors'].append(FeedParserDict())
1208 self.push('contributor', 0)
1209
1210 def _end_contributor(self):
1211 self.pop('contributor')

Callers

nothing calls this directly

Calls 5

_getContextMethod · 0.95
pushMethod · 0.95
FeedParserDictClass · 0.85
setdefaultMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected