forked from VimPlug/jedi
Remove fakes, RIP
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user