Changes between Version 2 and Version 3 of AnugaCheckpoints
- Timestamp:
- Jun 30, 2010, 3:58:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnugaCheckpoints
v2 v3 4 4 5 5 == cPickle Method == 6 7 NOTE: You cannot pickle function objects! This means you are limited to the standard boundaries using this method. 6 8 7 9 Many people have requested restore point functionality in ANUGA to deal with interruptions to a running script. Python already has the ability to save state to a file using the cPickle module.