Walkers

Doc


The Walkers are augmented Noders that are able to walk through hierarchized collections and execute commands, grab, recruit variables depending on concluding conditions.


View the Walkers notebook on [NbViewer](http://nbviewer.ipython.org/url/shareyoursystem.ouvaton.org/Walkers.ipynb)

Concept and SubModules family

View the Walkers concept on Ouvaton

Code



# -*- coding: utf-8 -*-
"""


<DefineSource>
@Date : Fri Nov 14 13:20:38 2014 \n
@Author : Erwan Ledoux \n\n
</DefineSource>


The Walkers are augmented Noders that are able to walk through 
hierarchized collections and execute commands, grab, recruit variables
depending on concluding conditions.

"""

#<DefineConcept>
import ShareYourSystem as SYS
SYS.setConceptModule(globals())
#</DefineConcept>

View the Walkers sources on Github