Python implementation of the Visitor Pattern example. More...
Go to the source code of this file.
Namespaces | |
namespace | DesignPatternExamples_python |
The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace. | |
namespace | DesignPatternExamples_python.visitor |
Python implementation of the Visitor Pattern example.
Definition in file visitor/__init__.py.