1
0
forked from VimPlug/jedi

Remove fakes, RIP

This commit is contained in:
Dave Halter
2018-09-17 02:24:49 +02:00
parent 93d50e0f0c
commit eb9a852443
14 changed files with 7 additions and 575 deletions

View File

@@ -136,10 +136,6 @@ def builtins_property(objects, types, obj, arguments):
@argument_clinic('iterator[, default], /', want_evaluator=True)
def builtins_next(iterators, defaults, evaluator):
"""
TODO this function is currently not used. It's a stab at implementing next
in a different way than fake objects. This would be a bit more flexible.
"""
if evaluator.environment.version_info.major == 2:
name = 'next'
else: