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

20 lines
420 B
Python

# Stubs for odoo.loglevels (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
LOG_NOTSET: str
LOG_DEBUG: str
LOG_INFO: str
LOG_WARNING: str
LOG_ERROR: str
LOG_CRITICAL: str
def get_encodings(hint_encoding: str = ...) -> None: ...
text_type: Any
def ustr(value: Any, hint_encoding: str = ..., errors: str = ...): ...
def exception_to_unicode(e: Any): ...