Python API
mlfarm.core.
ContextAwareVisitor
Extends BaseVisitor to keep the path to the current node. It is designed to be extended and/or used for debugging.
get_path
To be used in an child class.
visit_dict
Appends “.k” for each k key in the dict before calling the child visit.
visit_list
Appends “[i]” for each i index in the list before calling the child visit.