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

Method _start_channel

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

Source from the content-addressed store, hash-verified

1115 self.version = u'rss'
1116
1117 def _start_channel(self, attrsD):
1118 self.infeed = 1
1119 self._cdf_common(attrsD)
1120
1121 def _cdf_common(self, attrsD):
1122 if 'lastmod' in attrsD:

Callers

nothing calls this directly

Calls 1

_cdf_commonMethod · 0.95

Tested by

no test coverage detected