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 95319e3 commit 60f733cCopy full SHA for 60f733c
1 file changed
mypy/nativeparse.py
@@ -4,7 +4,8 @@
4
Use a Rust extension to generate a serialized AST, and deserialize the AST directly
5
to a mypy AST.
6
7
-NOTE: This is heavily work in progress.
+NOTE: This is heavily work in progress. To use this, you need to manually build the
8
+ ast_serialize Rust extension, see instructions in https://github.com/mypyc/ast_serialize.
9
10
Expected benefits over mypy.fastparse:
11
* No intermediate non-mypyc AST created, to improve performance
0 commit comments