mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-04 22:31:26 +08:00
improved version
This commit is contained in:
@@ -7,10 +7,10 @@ from typing import (
|
||||
|
||||
|
||||
def format(
|
||||
number: Union[float, str, int, Decimal],
|
||||
number: Union[float, Decimal, str],
|
||||
decimal_sep: str,
|
||||
decimal_pos: Optional[int] = ...,
|
||||
grouping: Union[Tuple[int, int, int], int, Tuple[int, int, int, int, int]] = ...,
|
||||
grouping: Union[Tuple[int, int, int, int, int], Tuple[int, int, int], int] = ...,
|
||||
thousand_sep: str = ...,
|
||||
force_grouping: bool = ...,
|
||||
use_l10n: Optional[bool] = ...
|
||||
|
||||
Reference in New Issue
Block a user