Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aio-libs/aiohttp
/ ClientOSError
Class
ClientOSError
aiohttp/client_exceptions.py:169–170 ·
view source on GitHub ↗
OSError error.
Source
from the content-addressed store, hash-verified
167
168
169
class
ClientOSError(ClientConnectionError, OSError):
170
""
"OSError error."
""
171
172
173
class
ClientConnectorError(ClientOSError):
Callers
3
_request
Method · 0.85
connection_lost
Method · 0.85
write_bytes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected