persistence - Storing data on the fly with Python -


i have program want record function name, parameters passed function , result. recording using decorator. unsure how store this. appending file each time.

i want able add decorators function in python program , record result. such need able store data each time. makes difficult use xml store data document have parsed, added , rewritten each time.

any suggestions on how can save information?

wrap inside class , use pickle module

i have project close want: coopy


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -