D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
2
/
task
/
2
/
root
/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
cheroot
/
Filename :
errors.pyi
back
Copy
from typing import List, Set, Tuple, Type class MaxSizeExceeded(Exception): ... class NoSSLError(Exception): ... class FatalSSLAlert(Exception): ... def plat_specific_errors(*errnames: str) -> List[int]: ... socket_error_eintr: List[int] socket_errors_to_ignore: List[int] socket_errors_nonblocking: List[int] acceptable_sock_shutdown_error_codes: Set[int] acceptable_sock_shutdown_exceptions: Tuple[Type[Exception], ...]