Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ CurlError
Class
CurlError
python/python3/tornado/curl_httpclient.py:576–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
575
576
class
CurlError(HTTPError):
577
def
__init__(self, errno: int, message: str) -> None:
578
HTTPError.__init__(self, 599, message)
579
self.errno = errno
580
581
582
if
__name__ ==
"__main__"
:
Callers
1
_finish
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected