mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Fix namedtuples and reactivate tests for Python 2
This commit is contained in:
@@ -32,7 +32,8 @@ from jedi.evaluate.syntax_tree import is_string
|
||||
|
||||
# Copied from Python 3.6's stdlib.
|
||||
_NAMEDTUPLE_CLASS_TEMPLATE = """\
|
||||
from builtins import property as _property, tuple as _tuple
|
||||
_property = property
|
||||
_tuple = tuple
|
||||
from operator import itemgetter as _itemgetter
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user