mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
17 lines
405 B
Python
17 lines
405 B
Python
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): ...
|
|
def xmlrpc_handle_exception_string(e): ...
|
|
def application_unproxied(environ, start_response): ...
|
|
|
|
ProxyFix: Any
|
|
|
|
def application(environ, start_response): ...
|