MLFarm CoreΒΆ
BaseVisitor |
This is a fake implementation of the visitor pattern. |
CompositeVisitor |
The visit method of this class will chain the object trough all the visitor parameters. |
ClassBuilder |
The instance of this class is callable with or without arguments and the call will create an instance of the python class identifier passed to the constructor. |
ClassVisitor |
Extends BaseVisitor and transforms dicts into objects is a specific key is present. |
ContextAwareVisitor |
Extends BaseVisitor to keep the path to the current node. |