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

Method resolveURI

pattern/web/feed/feedparser.py:836–837  ·  view source on GitHub ↗
(self, uri)

Source from the content-addressed store, hash-verified

834 self.namespacesInUse[prefix or ''] = uri
835
836 def resolveURI(self, uri):
837 return _urljoin(self.baseuri or u'', uri)
838
839 def decodeEntities(self, element, data):
840 return data

Callers 3

popMethod · 0.95
_start_linkMethod · 0.95
_start_generatorMethod · 0.95

Calls 1

_urljoinFunction · 0.85

Tested by

no test coverage detected