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

Directories

directory  adapter
 
directory  bridge
 
directory  command
 
directory  composite
 
directory  decorator
 
directory  facade
 
directory  flyweight
 
directory  handlerchain
 
directory  interpreter
 
directory  iterator
 
directory  mediator
 
directory  memento
 
directory  nullobject
 
directory  observer
 
directory  proxy
 
directory  state
 
directory  strategy
 
directory  visitor
 

Files

file  __init__.py [code]
 Defines the main() function that starts everything by instantiating the Program class and calling Program.Run().
 
file  __main__.py [code]
 Main entry point for the DesignPatternExamples_python package.
 
file  enablevtmode.py [code]
 Defines a wrapper function that enable virtual terminal processing for Windows Command Prompt.
 
file  program.py [code]
 Heart of the DesignPatternExamples_python package, which executes all the exercises.