forked from VimPlug/jedi
started better dynamic support for list/set conversions including appends after conversions
This commit is contained in:
@@ -124,9 +124,6 @@ class set():
|
||||
for i in self.__iterable:
|
||||
yield i
|
||||
|
||||
def add(self, elem):
|
||||
self.__iterable += [elem]
|
||||
|
||||
def pop(self):
|
||||
return self.__iterable.pop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user