MCPcopy
hub / github.com/pyload/pyload / _start_category

Method _start_category

module/lib/feedparser.py:1432–1438  ·  view source on GitHub ↗
(self, attrsD)

Source from the content-addressed store, hash-verified

1430 tags.append(value)
1431
1432 def _start_category(self, attrsD):
1433 if _debug: sys.stderr.write('entering _start_category with %s\n' % repr(attrsD))
1434 term = attrsD.get('term')
1435 scheme = attrsD.get('scheme', attrsD.get('domain'))
1436 label = attrsD.get('label')
1437 self._addTag(term, scheme, label)
1438 self.push('category', 1)
1439 _start_dc_subject = _start_category
1440 _start_keywords = _start_category
1441

Callers 1

_start_media_categoryMethod · 0.95

Calls 4

_addTagMethod · 0.95
pushMethod · 0.95
writeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected