1
0
forked from VimPlug/jedi

evaluation -> type inference and a few similar changes

This commit is contained in:
Dave Halter
2019-08-12 10:13:23 +02:00
parent 4619552589
commit 9cc3b18d52
5 changed files with 5 additions and 5 deletions

View File

@@ -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