Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.command.command_classes Namespace Reference

Classes

class  Command
 Represents an operation that can be applied to a TextObject. More...
 
class  Command_TextObject
 Container for a string. More...