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

Class InvalidURL

Lib/http/client.py:1520–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1518 pass
1519
1520class InvalidURL(HTTPException):
1521 pass
1522
1523class UnknownProtocol(HTTPException):
1524 def __init__(self, version):

Callers 3

_get_hostportMethod · 0.85
_validate_pathMethod · 0.85
_validate_hostMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…