Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1520
class
InvalidURL(HTTPException):
1521
pass
1522
1523
class
UnknownProtocol(HTTPException):
1524
def
__init__(self, version):
Callers
3
_get_hostport
Method · 0.85
_validate_path
Method · 0.85
_validate_host
Method · 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…