mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 12:08:25 +08:00
Add basic yield from type inference. References #647.
This commit is contained in:
@@ -49,7 +49,7 @@ class Employee:
|
||||
|
||||
# The typing library is not installable for Python 2.6, therefore ignore the
|
||||
# following tests.
|
||||
# python > 2.6
|
||||
# python >= 2.7
|
||||
|
||||
from typing import List
|
||||
x = [] # type: List[Employee]
|
||||
|
||||
Reference in New Issue
Block a user