Update stubs

This commit is contained in:
Trinh Anh Ngoc
2020-05-31 10:56:34 +07:00
parent 9796eccf4e
commit b7acd65ad8
75 changed files with 2455 additions and 80 deletions

View File

@@ -0,0 +1,17 @@
from typing import Any
_logger: Any
RPC_FAULT_CODE_CLIENT_ERROR: int
RPC_FAULT_CODE_APPLICATION_ERROR: int
RPC_FAULT_CODE_WARNING: int
RPC_FAULT_CODE_ACCESS_DENIED: int
RPC_FAULT_CODE_ACCESS_ERROR: int
def xmlrpc_handle_exception_int(e: Any): ...
def xmlrpc_handle_exception_string(e: Any): ...
def _patch_xmlrpc_marshaller() -> None: ...
def application_unproxied(environ: Any, start_response: Any): ...
ProxyFix: Any
def application(environ: Any, start_response: Any): ...