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

Files

file  proxy/__init__.py [code]
 Python implementation of the Proxy Pattern example.
 
file  proxy_class.py [code]
 Implementation of the Proxy_Class class and the Proxy_Classes_Container class factory as used in the Proxy Pattern.
 
file  proxy_class_real.py [code]
 Implementation of the Real_Class class and the Real_Classes_Container class factory as used in the Proxy Pattern.
 
file  proxy_exercise.py [code]
 Implementation of the Proxy_Exercise() function as used in the Proxy Pattern.
 
file  proxy_interface.py [code]
 Declaration of the IWorkByProxy interface as used in the Proxy Pattern.