class documentation

class InsensitiveSequenceMatcher(difflib.SequenceMatcher):

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):

Undocumented

threshold: int =

Undocumented