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

Method resolveURI

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

Source from the content-addressed store, hash-verified

2557 self.baseuri = baseuri
2558
2559 def resolveURI(self, uri):
2560 return _makeSafeAbsoluteURI(self.baseuri, uri.strip())
2561
2562 def unknown_starttag(self, tag, attrs):
2563 attrs = self.normalize_attrs(attrs)

Callers 1

unknown_starttagMethod · 0.95

Calls 2

_makeSafeAbsoluteURIFunction · 0.85
stripMethod · 0.80

Tested by

no test coverage detected