scenario.configkey module

Configuration key management.

class ConfigKey

Bases: object

Configuration key utils.

static join(a, b)

Joins key parts.

Parameters:
  • a – First key part to join.

  • b – Second key part to join.

Returns:

Concatenation of the two key parts.