mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 02:52:18 +08:00
range() works now
This commit is contained in:
@@ -21,6 +21,9 @@ def iter(collection, sentinel=None):
|
||||
for c in collection:
|
||||
yield c
|
||||
|
||||
def range(start, stop=None, step=1):
|
||||
return [0]
|
||||
|
||||
|
||||
#--------------------------------------------------------
|
||||
# descriptors
|
||||
|
||||
Reference in New Issue
Block a user