Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pop
Method · 0.95
_start_link
Method · 0.95
_start_generator
Method · 0.95
Calls
1
_urljoin
Function · 0.85
Tested by
no test coverage detected