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

Method _end_dc_contributor

pattern/web/feed/feedparser.py:1221–1223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1219 self.push('name', 0)
1220
1221 def _end_dc_contributor(self):
1222 self._end_name()
1223 self.incontributor = 0
1224
1225 def _start_name(self, attrsD):
1226 self.push('name', 0)

Callers

nothing calls this directly

Calls 1

_end_nameMethod · 0.95

Tested by

no test coverage detected