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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -