mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 05:22:19 +08:00
Upgrade typeshed to the latest commits
Also fixes some small Jedi issues with it (None interpretation in annoations mostly)
This commit is contained in:
@@ -44,7 +44,7 @@ def return_none() -> None:
|
||||
"""
|
||||
pass
|
||||
|
||||
#?
|
||||
#? None
|
||||
return_none()
|
||||
|
||||
|
||||
|
||||
@@ -214,7 +214,7 @@ def union(p, q, r, s, t):
|
||||
r
|
||||
#? int() str() float() dict()
|
||||
s
|
||||
#? int()
|
||||
#? int() None
|
||||
t
|
||||
|
||||
def optional(p):
|
||||
|
||||
Reference in New Issue
Block a user