ogd.games.PENGUINS.features.bases namespace

Submodules

ogd.games.PENGUINS.features.bases.PerRegionFeature module

class ogd.games.PENGUINS.features.bases.PerRegionFeature.PerRegionFeature(params: GeneratorParameters, region_map: List[Dict[str, Any]])[source]

Bases: PerCountFeature

static MinVersion() str | None[source]
Base function to get the minimum log version the feature can handle.

A value of None will set no minimum, so all levels are accepted (unless a max is set). Typically default to None, unless there is a required element of the event data that was not added until a certain version. The versions of data accepted by a feature are a responsibility of the Feature’s developer, so this is a required part of interface instead of a config item in the schema.

Returns:

[description]

Return type:

Optional[str]