mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
8 lines
127 B
Python
8 lines
127 B
Python
from json import *
|
|
from typing import Any
|
|
|
|
__all__: Any
|
|
JSON_SCRIPTSAFE_MAPPER: Any
|
|
|
|
def dumps(*args: Any, **kwargs: Any): ...
|