hashcode module

The set of definitions to format the artifact to be stored following the HashCode style.

class jinete.storers.formatters.hashcode.HashCodeStorerFormatter(remove_empty_routes=True, *args, **kwargs)[source]

Bases: jinete.storers.formatters.abc.StorerFormatter

Format a solution as a readable string following the HashCode style.

__init__(remove_empty_routes=True, *args, **kwargs)[source]

Construct a new instance.

Parameters
  • remove_empty_routes (bool) – Flag to manage if empty routes should be removed.

  • args – Additional positional parameters.

  • kwargs – Additional named parameters.

format()[source]

Perform a format process.

Return type

str