tightbinder.fileparse.parse_raw_arguments#

parse_raw_arguments(file)[source]#

Routine to parse the arguments raw (without any treatment) from the input file, following the rules defined for configuration files.

Parameters:

file (TextIOWrapper) – Pointer to configuration file, obtained from call to open().

Return type:

dict

Returns:

Dictionary with the content corresponding to each flag of the config. file.