class documentation

class InsensitiveSequenceMatcher(difflib.SequenceMatcher): (source)

View In Hierarchy

Acts like SequenceMatcher, but tries not to find very small equal blocks amidst large spans of changes

Method get_matching_blocks Undocumented
Class Variable threshold Undocumented
def get_matching_blocks(self): (source)

Undocumented

threshold: int = (source)

Undocumented