Files
odoo-stubs/odoo-stubs/service/wsgi_server.pyi
Trinh Anh Ngoc c86a0fa0db Update stubs
2022-11-05 12:46:29 +07:00

17 lines
518 B
Python

from werkzeug.middleware.proxy_fix import ProxyFix as ProxyFix_
from typing import Callable
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: Exception) -> str: ...
def xmlrpc_handle_exception_string(e: Exception) -> str: ...
def application_unproxied(environ, start_response): ...
ProxyFix: Callable[..., ProxyFix_]
def application(environ, start_response): ...