mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Add comment indicating default value of format parameter in typing.get_type_hints() (#15268)
This commit is contained in:
+1
-1
@@ -952,7 +952,7 @@ if sys.version_info >= (3, 14):
|
||||
localns: Mapping[str, Any] | None = None,
|
||||
include_extras: bool = False,
|
||||
*,
|
||||
format: Format | None = None,
|
||||
format: Format | None = None, # Default: Format.VALUE
|
||||
) -> dict[str, Any]: ... # AnnotationForm
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user