Files
odoo-stubs/odoo-stubs/tools/debugger.pyi
Trinh Anh Ngoc 50ff3662b7 Revert "Update"
This reverts commit ddebfe56
2019-12-09 23:19:26 +07:00

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: ...