Implementation of the Proxy_Exercise() function as used in the Proxy Pattern. 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.proxy |
namespace | DesignPatternExamples_python.proxy.proxy_exercise |
Functions | |
def | Proxy_Exercise () |
Example of using the Proxy Pattern. | |
Implementation of the Proxy_Exercise() function as used in the Proxy Pattern.
Definition in file proxy_exercise.py.