Uses of Package
difflib

Packages that use difflib
difflib The difflib package implements general operation with diff files. 
difflib.myers The diff.myers package implements Gene Myers' differencing algorithm. 
 

Classes in difflib used by difflib
Chunk
          Holds the information about the part of text involved in the diff process
Delta
          Describes the delta between original and revised texts.
Delta.TYPE
           
DiffAlgorithm
          The general interface for computing diffs between two texts
DiffException
          Base class for all exceptions emanating from this package.
DiffRow
          Describes the diff row in form [tag, oldLine, newLine) for showing the difference between two texts
DiffRow.Tag
           
DiffRowGenerator
          This class for generating DiffRows for side-by-sidy view.
DiffRowGenerator.Builder
          This class used for building the DiffRowGenerator.
Patch
          Describes the patch holding all deltas between the original and revised texts.
PatchFailedException
          Thrown whenever a delta cannot be applied as a patch to a given text.
 

Classes in difflib used by difflib.myers
DiffAlgorithm
          The general interface for computing diffs between two texts
Patch
          Describes the patch holding all deltas between the original and revised texts.
 



Copyright © 2012. All Rights Reserved.