mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 15:05:21 +08:00
evaluation -> type inference and a few similar changes
This commit is contained in:
@@ -427,7 +427,7 @@ def collections_namedtuple(obj, arguments, callback):
|
||||
Implementation of the namedtuple function.
|
||||
|
||||
This has to be done by processing the namedtuple class template and
|
||||
evaluating the result.
|
||||
inferring the result.
|
||||
|
||||
"""
|
||||
evaluator = obj.evaluator
|
||||
|
||||
Reference in New Issue
Block a user