mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
[stdlib] Add MININT and MAXINT for xmlrpc.client (#5173)
These constants are in this module since Python3.0 Signed-off-by: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
@@ -19,6 +19,9 @@ _HostType = Union[Tuple[str, Dict[str, str]], str]
|
||||
|
||||
def escape(s: str) -> str: ... # undocumented
|
||||
|
||||
MAXINT: int # undocumented
|
||||
MININT: int # undocumented
|
||||
|
||||
PARSE_ERROR: int # undocumented
|
||||
SERVER_ERROR: int # undocumented
|
||||
APPLICATION_ERROR: int # undocumented
|
||||
|
||||
Reference in New Issue
Block a user