From: <bao...@us...> - 2007-07-14 18:02:59
|
Revision: 696 http://svn.sourceforge.net/cclib/?rev=696&view=rev Author: baoilleach Date: 2007-07-14 11:02:54 -0700 (Sat, 14 Jul 2007) Log Message: ----------- (1) Moved cclibData from logfileparser.py to ../data.py, and renamed to ccData (2) Added methods to ccData: listify() and arrayify() to convert array attributes to and from lists (3) Commented out __setattr__ magic, in favour of a call to arrayify() in logfileparser.py (4) Added the writejson() method to ccData, which either returns a JSON string, or writes it to a file Notes: (1) pickle now works, both for the arrayified ccData, and the listified one. (2) ccData._attrlist is duplicated by ccData._attrtypes.keys() Modified Paths: -------------- trunk/src/cclib/parser/logfileparser.py Added Paths: ----------- trunk/src/cclib/data.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |