The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace. More...
Namespaces | |
namespace | __main__ |
namespace | adapter |
namespace | bridge |
namespace | command |
namespace | composite |
namespace | decorator |
namespace | enablevtmode |
namespace | facade |
namespace | flyweight |
namespace | handlerchain |
namespace | interpreter |
namespace | iterator |
namespace | mediator |
namespace | memento |
namespace | nullobject |
namespace | observer |
namespace | program |
namespace | proxy |
namespace | state |
namespace | strategy |
namespace | visitor |
Functions | |
def | main () |
Main entry point into this example program. | |
The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
def main | ( | ) |
Main entry point into this example program.
Definition at line 16 of file __init__.py.
References main().
Referenced by main().