FileType#

class caf.ntem.build.FileType(scenario, version)[source]#

Bases: NamedTuple

A named tuple for storing the scenario and version of a file.

Attributes

scenario

The scenario of the file.

version

The version of the file.

Methods

Attributes Documentation

Parameters:
scenario: Scenarios#

The scenario of the file.

version: str#

The version of the file.