Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ resolveURI
Method
resolveURI
module/lib/feedparser.py:2454–2455 ·
view source on GitHub ↗
(self, uri)
Source
from the content-addressed store, hash-verified
2452
self.baseuri = baseuri
2453
2454
def
resolveURI(self, uri):
2455
return
_makeSafeAbsoluteURI(_urljoin(self.baseuri, uri.strip()))
2456
2457
def
unknown_starttag(self, tag, attrs):
2458
if
_debug:
Callers
1
unknown_starttag
Method · 0.95
Calls
2
_makeSafeAbsoluteURI
Function · 0.85
_urljoin
Function · 0.85
Tested by
no test coverage detected