ifw-core  4.1.0-pre1
Functions
coreDidConvert Namespace Reference

Functions

def writenew (nfile, text, verbose)
 Print in file and (if verbose) on stdout. More...
 
def convert (old_file, new_file, verbose)
 Convert a VLT dictionary. More...
 
def compare (old_file, new_file, verbose)
 Compare the contents of a VLT dictionary and a yaml dictionary. More...
 
def main (argv)
 Main. More...
 

Function Documentation

◆ compare()

def coreDidConvert.compare (   old_file,
  new_file,
  verbose 
)

Compare the contents of a VLT dictionary and a yaml dictionary.

◆ convert()

def coreDidConvert.convert (   old_file,
  new_file,
  verbose 
)

Convert a VLT dictionary.

◆ main()

def coreDidConvert.main (   argv)

Main.

◆ writenew()

def coreDidConvert.writenew (   nfile,
  text,
  verbose 
)

Print in file and (if verbose) on stdout.