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 26bfc63 commit 7b4d725Copy full SHA for 7b4d725
test-data/unit/semanal-typeddict.test
@@ -1,17 +1,5 @@
1
-- Create Type
2
3
--- TODO: Implement support for this syntax.
4
---[case testCanCreateTypedDictTypeWithKeywordArguments]
5
---from mypy_extensions import TypedDict
6
---Point = TypedDict('Point', x=int, y=int)
7
---[builtins fixtures/dict.pyi]
8
---[out]
9
---MypyFile:1(
10
--- ImportFrom:1(mypy_extensions, [TypedDict])
11
--- AssignmentStmt:2(
12
--- NameExpr(Point* [__main__.Point])
13
--- TypedDictExpr:2(Point)))
14
-
15
-- TODO: Implement support for this syntax.
16
--[case testCanCreateTypedDictTypeWithDictCall]
17
--from mypy_extensions import TypedDict
0 commit comments