Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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