ggmpc.__main__

Module Contents

Classes

HelpFormatter

Formatter for generating usage messages and argument help strings.

DataType

Generic enumeration.

class ggmpc.__main__.HelpFormatter(prog, indent_increment=2, max_help_position=24, width=None)

Formatter for generating usage messages and argument help strings.

Only the name of this class is considered a public API. All the methods provided by the class are considered an implementation detail.

class ggmpc.__main__.DataType

Generic enumeration.

Derive from this class to define new enumerations.