mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 13:59:37 +08:00
Add a typeshed README
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
|||||||
|
# Typeshed in Jedi
|
||||||
|
|
||||||
|
Typeshed is used in Jedi to provide completions for all the stdlib modules.
|
||||||
|
|
||||||
|
The relevant files in jedi are in `jedi/inference/gradual`. `gradual` stands
|
||||||
|
for "gradual typing".
|
||||||
|
|
||||||
|
## Updating Typeshed
|
||||||
|
|
||||||
|
Currently Jedi has a custom implementation hosted in
|
||||||
|
https://github.com/davidhalter/typeshed.git for two reasons:
|
||||||
|
|
||||||
|
- Jedi doesn't understand Tuple.__init__ properly.
|
||||||
|
- Typeshed has a bug: https://github.com/python/typeshed/issues/2999
|
||||||
Reference in New Issue
Block a user