Esempio n. 1
0
 def diffMultipleFilepathsOverridingDisplayPaths(self, left_filepaths,
                                                 right_filepaths,
                                                 left_displaypaths,
                                                 right_displaypaths):
     return difflibex.diff_multiple_local_filepaths(left_filepaths,
                                                    right_filepaths,
                                                    left_displaypaths,
                                                    right_displaypaths)
Esempio n. 2
0
 def diffMultipleFilepathsOverridingDisplayPaths(self, left_filepaths,right_filepaths,
                                                 left_displaypaths, right_displaypaths):
     return difflibex.diff_multiple_local_filepaths(left_filepaths,
                                                    right_filepaths,
                                                    left_displaypaths,
                                                    right_displaypaths)
Esempio n. 3
0
 def diffMultipleFilepaths(self, left_filepaths, right_filepaths):
     return difflibex.diff_multiple_local_filepaths(left_filepaths,
                                                    right_filepaths)
Esempio n. 4
0
 def diffFilepaths(self, left_filepath, right_filepath):
     return difflibex.diff_multiple_local_filepaths([left_filepath],
                                                    [right_filepath])
Esempio n. 5
0
 def diffMultipleFilepaths(self, left_filepaths, right_filepaths):
     return difflibex.diff_multiple_local_filepaths(left_filepaths,
                                                    right_filepaths)
Esempio n. 6
0
 def diffFilepaths(self, left_filepath, right_filepath):
     return difflibex.diff_multiple_local_filepaths([left_filepath],
                                                    [right_filepath])