We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf89ae1 commit dd309b5Copy full SHA for dd309b5
stdlib/typing_extensions.pyi
@@ -313,7 +313,7 @@ else:
313
Concatenate: _SpecialForm
314
TypeAlias: _SpecialForm
315
TypeGuard: _SpecialForm
316
- def is_typeddict(tp: object) -> bool: ...
+ def is_typeddict(tp: object) -> TypeIs[type[_TypedDict]]: ...
317
318
# New and changed things in 3.11
319
if sys.version_info >= (3, 11):
0 commit comments