htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

Try use `gettattr` in Projects.py to automate read and write properties involving XML #14

Open david-ragazzi opened 9 years ago

david-ragazzi commented 9 years ago

We could use XML property with same name than objects in order to automate read and write properties involving XML file.

This array we create a array of these properties and use getattr and setattr to tranverse this array.