module documentation

Create UML diagrams for classes and modules in <packages>.

Class Run Base class providing common behaviour for pyreverse commands.
Constant DEFAULT_COLOR_PALETTE Undocumented
Constant DIRECTLY_SUPPORTED_FORMATS Undocumented
Constant OPTIONS Undocumented
DEFAULT_COLOR_PALETTE: tuple[str, ...] = (source)

Undocumented

Value
('aliceblue',
 'antiquewhite',
 'aquamarine',
 'burlywood',
 'cadetblue',
 'chartreuse',
 'chocolate',
...
DIRECTLY_SUPPORTED_FORMATS: tuple[str, ...] = (source)

Undocumented

Value
('dot', 'vcg', 'puml', 'plantuml', 'mmd', 'html')

Undocumented

Value
(('filter-mode',
  {'short': 'f',
   'default': 'PUB_ONLY',
   'dest': 'mode',
   'type': 'string',
   'action': 'store',
   'metavar': '<mode>',
...