forked from VimPlug/jedi
sorted builtin should now be working, fixes #312
This commit is contained in:
@@ -199,6 +199,10 @@ class reversed():
|
||||
return self.__next__()
|
||||
|
||||
|
||||
def sorted(iterable, cmp=None, key=None, reverse=False):
|
||||
return iterable
|
||||
|
||||
|
||||
#--------------------------------------------------------
|
||||
# basic types
|
||||
#--------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user