Files
odoo-stubs/odoo-stubs/tools/json/scriptsafe.pyi
Trinh Anh Ngoc b7acd65ad8 Update stubs
2020-05-31 10:56:34 +07:00

8 lines
127 B
Python

from json import *
from typing import Any
__all__: Any
JSON_SCRIPTSAFE_MAPPER: Any
def dumps(*args: Any, **kwargs: Any): ...