Design Pattern Examples
Overview of object-oriented design patterns
handlerchain/__init__.py File Reference

Python implementation of the HandlerChain 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.handlerchain
 

Detailed Description

Python implementation of the HandlerChain Pattern example.

Definition in file handlerchain/__init__.py.