mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -7,3 +7,4 @@ def float_repr(value: float, precision_digits: int) -> str: ...
|
||||
_float_repr = float_repr
|
||||
def float_split_str(value: float, precision_digits: int) -> tuple[str, str]: ...
|
||||
def float_split(value: float, precision_digits: int) -> tuple[int, int]: ...
|
||||
def json_float_round(value: float, precision_digits: int, rounding_method: str = ...) -> float: ...
|
||||
|
||||
Reference in New Issue
Block a user