HomeSort by relevance Sort by last modified time
    Searched full:get_matching_blocks (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 88 .get_matching_blocks() is handy:
90 >>> for block in s.get_matching_blocks():
96 Note that the last tuple returned by .get_matching_blocks() is always a
138 get_matching_blocks()
460 def get_matching_blocks(self): member in class:SequenceMatcher
475 >>> s.get_matching_blocks()
564 for ai, bj, size in self.get_matching_blocks():
645 .get_matching_blocks() or .get_opcodes(), in which case you may
659 self.get_matching_blocks(), 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 88 .get_matching_blocks() is handy:
90 >>> for block in s.get_matching_blocks():
96 Note that the last tuple returned by .get_matching_blocks() is always a
138 get_matching_blocks()
460 def get_matching_blocks(self): member in class:SequenceMatcher
475 >>> s.get_matching_blocks()
564 for ai, bj, size in self.get_matching_blocks():
645 .get_matching_blocks() or .get_opcodes(), in which case you may
659 self.get_matching_blocks(), 0)
    [all...]

Completed in 2963 milliseconds