Construct a SequenceMatcher. Optional arg isjunk is None (the default), or a one-argument function that takes a sequence element and returns true iff the element is junk. None is equivalent to passing "lambda x: 0", i.e. no elements are considered to be junk. For e
(self, isjunk=None, a='', b='', autojunk=True)
source not stored for this graph (policy: none)