mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
property compatibility python 2.5
This commit is contained in:
@@ -13,7 +13,7 @@ TODO class decorators
|
||||
TODO annotations ? how ? type evaluation and return?
|
||||
TODO nonlocal statement
|
||||
"""
|
||||
from _compatibility import next
|
||||
from _compatibility import next, property
|
||||
|
||||
import itertools
|
||||
import copy
|
||||
|
||||
Reference in New Issue
Block a user