Overriding compare in SequenceMatcher

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Galfi

    #1

    Overriding compare in SequenceMatcher

    I am trying to make a compare between two lists of numbers using the SequenceMatcher , however I would need somehow to override the method which is used by SequenceMatcher to determine if two elements of the list are equal or not.

    In my specific case a number of the list might be equivalent with another number of the list yet their values would be different.

    Any idea as to how what and how I can override or any workaround for this problem?

    Peter
Working...