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

Implementation of the Composite_FileAccess, class used in the Composite Pattern. More...

Go to the source code of this file.

Classes

class  Composite_FileAccess
 Class containing static functions for accessing a hardcoded "file" and "directory" hierarchy. More...
 

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.composite
 
namespace  DesignPatternExamples_python.composite.composite_fileaccess
 

Detailed Description

Implementation of the Composite_FileAccess, class used in the Composite Pattern.

Definition in file composite_fileaccess.py.