mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Make most ujson.dump() parameters keyword-only (#10044)
This commit is contained in:
@@ -33,6 +33,7 @@ def dumps(
|
||||
def dump(
|
||||
obj: Any,
|
||||
fp: IO[str],
|
||||
*,
|
||||
ensure_ascii: bool = ...,
|
||||
double_precision: int = ...,
|
||||
encode_html_chars: bool = ...,
|
||||
|
||||
Reference in New Issue
Block a user