MCPcopy Index your code
hub / github.com/python/cpython / unknown_open

Method unknown_open

Lib/urllib/request.py:1397–1399  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

1395
1396class UnknownHandler(BaseHandler):
1397 def unknown_open(self, req):
1398 type = req.type
1399 raise URLError('unknown url type: %s' % type)
1400
1401def parse_keqv_list(l):
1402 """Parse list of key=value strings where keys are not duplicated."""

Callers

nothing calls this directly

Calls 1

URLErrorClass · 0.90

Tested by

no test coverage detected