TransitionBinary Class

class ep_transition.transition_binary.TransitionBinary(full_path: Path)

Bases: object

This class describes a single transition binary in the installation The class is constructed from the full path to the binary, then source and target versions are parsed from this path and the filenames

Parameters

full_path – Full path object to the transition binary itself

Variables
  • full_path_to_binary – Copy of the full path to binary passed into the constructor

  • binary_name – This is just the filename portion of the binary executable

  • source_version – This is the source version of this particular transition, for example, in V8-5-0-to-8-6-0, this will be 8.5

  • target_version – This is the target version of this particular transition, for example, in V8-5-0-to-8-6-0, this will be 8.6