MCPcopy
hub / github.com/pyload/pyload / resolveURI

Method resolveURI

module/lib/feedparser.py:776–777  ·  view source on GitHub ↗
(self, uri)

Source from the content-addressed store, hash-verified

774 self.namespacesInUse[prefix or ''] = uri
775
776 def resolveURI(self, uri):
777 return _urljoin(self.baseuri or '', uri)
778
779 def decodeEntities(self, element, data):
780 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