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

Method _end_dc_publisher

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

Source from the content-addressed store, hash-verified

1407 _start_webmaster = _start_dc_publisher
1408
1409 def _end_dc_publisher(self):
1410 self.pop('publisher')
1411 self._sync_author_detail('publisher')
1412 _end_webmaster = _end_dc_publisher
1413
1414 def _start_published(self, attrsD):

Callers

nothing calls this directly

Calls 2

popMethod · 0.95
_sync_author_detailMethod · 0.95

Tested by

no test coverage detected