We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ceb6ad commit 57ba734Copy full SHA for 57ba734
test-data/unit/check-python313.test
@@ -3,6 +3,8 @@ class C[T = None]: ...
3
def f[T = list[int]]() -> None: ...
4
def g[**P = [int, str]]() -> None: ...
5
type A[T, S = int, U = str] = list[T]
6
+[builtins fixtures/tuple.pyi]
7
+[typing fixtures/typing-full.pyi]
8
9
[case testPEP695TypeParameterDefaultBasic]
10
from typing import Callable
0 commit comments