Design Pattern Examples
Overview of object-oriented design patterns
facade_exercise.py File Reference

Implementation of the Facade_Exercise() function as used in the Facade 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.facade
 
namespace  DesignPatternExamples_python.facade.facade_exercise
 

Functions

None _Facade_ShowIdCodes (int chainIndex, list idcodes)
 Helper method to present a formatted list of idcodes for a particular device chain.
 
def Facade_Exercise ()
 Example of using the Facade Pattern.
 

Detailed Description

Implementation of the Facade_Exercise() function as used in the Facade Pattern.

Definition in file facade_exercise.py.