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

Method _getAttribute

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

Source from the content-addressed store, hash-verified

1062 return name
1063
1064 def _getAttribute(self, attrsD, name):
1065 return attrsD.get(self._mapToStandardPrefix(name))
1066
1067 def _isBase64(self, attrsD, contentparams):
1068 if attrsD.get('mode', '') == 'base64':

Callers 4

_start_itemMethod · 0.95
_start_cc_licenseMethod · 0.95

Calls 2

_mapToStandardPrefixMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected