mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
10 lines
224 B
Python
10 lines
224 B
Python
# Stubs for odoo.tools.debugger (Python 3)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
from typing import Any
|
|
|
|
SUPPORTED_DEBUGGER: Any
|
|
|
|
def post_mortem(config: Any, info: Any) -> None: ...
|