mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-03 23:15:33 +00:00
komrade update!
This commit is contained in:
parent
a8fe1c28ed
commit
fdef464dad
@ -195,7 +195,7 @@ values = {self.values}
|
||||
return pickle.loads(val_b)
|
||||
|
||||
def prepend(self,x_l):
|
||||
return self.append(x,insert=0)
|
||||
return self.append(x_l,insert=0)
|
||||
|
||||
def append(self,x_l,insert=None):
|
||||
if type(x_l)!=list: x_l=[x_l]
|
||||
|
Loading…
Reference in New Issue
Block a user