MCPcopy Create free account
hub / github.com/clips/pattern / _start_dc_contributor

Method _start_dc_contributor

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

Source from the content-addressed store, hash-verified

1212 self.incontributor = 0
1213
1214 def _start_dc_contributor(self, attrsD):
1215 self.incontributor = 1
1216 context = self._getContext()
1217 context.setdefault('contributors', [])
1218 context['contributors'].append(FeedParserDict())
1219 self.push('name', 0)
1220
1221 def _end_dc_contributor(self):
1222 self._end_name()

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