matteoredaelli / strategico

Automatically exported from code.google.com/p/strategico
GNU General Public License v3.0
1 stars 1 forks source link

adding EvalChildren function #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
EvalChildren(project.path, parent.item, values, params, depth=null)

  children = GetChildren(project.path, parent.item, depth=null) 
and then EvalItem for each children

Notes:

 * remove depth parameter if it is too difficult to implement
 * if depth=null, all children (and recursevely children of children) will be extracted 

Original issue reported on code.google.com by matteo.redaelli on 20 Jan 2011 at 7:23

GoogleCodeExporter commented 9 years ago
see issue #7   children = GetChildren(Items, parent.item, depth=null) 

Original comment by matteo.redaelli on 20 Jan 2011 at 7:33

GoogleCodeExporter commented 9 years ago

Original comment by matteo.redaelli on 20 Apr 2011 at 8:39