MCPcopy Index your code
hub / github.com/pyload/pyload / __init__

Method __init__

module/lib/feedparser.py:2450–2452  ·  view source on GitHub ↗
(self, baseuri, encoding, _type)

Source from the content-addressed store, hash-verified

2448 ('script', 'src')]
2449
2450 def __init__(self, baseuri, encoding, _type):
2451 _BaseHTMLProcessor.__init__(self, encoding, _type)
2452 self.baseuri = baseuri
2453
2454 def resolveURI(self, uri):
2455 return _makeSafeAbsoluteURI(_urljoin(self.baseuri, uri.strip()))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected