Implementation of the DesignPatternExamples_python.bridge.bridge_exercise.Bridge_Exercise "Bridge_Exercise"() function as used in the Bridge 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.bridge |
namespace | DesignPatternExamples_python.bridge.bridge_exercise |
Functions | |
None | _Bridge_Exercise_Demonstrate_Logging (Logger logger, str loggerType) |
Helper function to show an example of writing to a logger. | |
def | Bridge_Exercise () |
Example of using the Bridge Pattern. | |
Implementation of the DesignPatternExamples_python.bridge.bridge_exercise.Bridge_Exercise "Bridge_Exercise"() function as used in the Bridge Pattern.
Definition in file bridge_exercise.py.