fvm.helpers module
Helper functions for FVM
- fvm.helpers.get_fvm_shortversion()[source]
Returns the short version number (major.minor) of the FVM
- fvm.helpers.get_fvm_version()[source]
Returns the full version number (major.minor.patch[.others]) of the FVM
- fvm.helpers.insert_line_after_target(file, target_line, line_to_insert)[source]
Inserts a line after the first occurrence of target_line in file
- fvm.helpers.insert_line_before_target(file, target_line, line_to_insert)[source]
Inserts a line before the first occurrence of target_line in file