oasislmf.utils.diff¶ Functions¶ column_diff(a, b[, width]) unified_diff(a, b[, as_string]) Generates a unified diff of two files: a and b. The files must Module Contents¶ oasislmf.utils.diff.column_diff(a, b, width=130)[source]¶ oasislmf.utils.diff.unified_diff(a, b, as_string=False)[source]¶ Generates a unified diff of two files: a and b. The files must be passed in as absolute paths.