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

Method _end_author

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

Source from the content-addressed store, hash-verified

1183 _start_itunes_author = _start_author
1184
1185 def _end_author(self):
1186 self.pop('author')
1187 self.inauthor = 0
1188 self._sync_author_detail()
1189 _end_managingeditor = _end_author
1190 _end_dc_author = _end_author
1191 _end_dc_creator = _end_author

Callers

nothing calls this directly

Calls 2

popMethod · 0.95
_sync_author_detailMethod · 0.95

Tested by

no test coverage detected