first version of caching
This commit is contained in:
parent
78c138ddc5
commit
da279b3575
3 changed files with 33 additions and 8 deletions
|
|
@ -6,4 +6,6 @@ def str2list(string):
|
|||
|
||||
def list2str(mylist):
|
||||
s = ",".join(mylist)
|
||||
return s
|
||||
return s
|
||||
|
||||
cached = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue