Design Pattern Examples
Overview of object-oriented design patterns
command Directory Reference
Directory dependency graph for command:
command

Files

file  command/__init__.py [code]
 Python implementation of the Command Pattern example.
 
file  command_classes.py [code]
 Implementation of the Command_TextObject and Command classes used in the Command Pattern.
 
file  command_exercise.py [code]
 Implementation of the Command_Exercise() function as used in the Command Pattern.