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

Method _start_author

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

Source from the content-addressed store, hash-verified

1171 _end_textInput = _end_textinput
1172
1173 def _start_author(self, attrsD):
1174 self.inauthor = 1
1175 self.push('author', 1)
1176 # Append a new FeedParserDict when expecting an author
1177 context = self._getContext()
1178 context.setdefault('authors', [])
1179 context['authors'].append(FeedParserDict())
1180 _start_managingeditor = _start_author
1181 _start_dc_author = _start_author
1182 _start_dc_creator = _start_author

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected