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

Main entry point for the DesignPatternExamples_python package. 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.__main__
 

Variables

str __package__ = "python.DesignPatternExamples_python" if not __package__ else __package__
 

Detailed Description

Main entry point for the DesignPatternExamples_python package.

Uses the definition of main() from the init.py file.

Definition in file __main__.py.