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
Post a Comment