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 77c0942 commit 752fb66Copy full SHA for 752fb66
peps/pep-0742.rst
@@ -2,7 +2,7 @@ PEP: 742
2
Title: Narrowing types with TypeIs
3
Author: Jelle Zijlstra <[email protected]>
4
Discussions-To: https://discuss.python.org/t/pep-742-narrowing-types-with-typenarrower/45613
5
-Status: Accepted
+Status: Final
6
Type: Standards Track
7
Topic: Typing
8
Created: 07-Feb-2024
@@ -11,6 +11,8 @@ Post-History: `11-Feb-2024 <https://discuss.python.org/t/pep-742-narrowing-types
11
Replaces: 724
12
Resolution: https://discuss.python.org/t/pep-742-narrowing-types-with-typeis/45613/35
13
14
+.. canonical-typing-spec:: :ref:`typing:typeis` and
15
+ :external+py3.13:data:`typing.TypeIs`
16
17
Abstract
18
========
0 commit comments