Home | History | Annotate | Download | only in python2.7

Lines Matching refs:matching_blocks

191         # matching_blocks
259 self.matching_blocks = self.opcodes = None
285 self.matching_blocks = self.opcodes = None
479 if self.matching_blocks is not None:
480 return self.matching_blocks
487 # results to `matching_blocks` in a loop; the matches are sorted
490 matching_blocks = []
498 matching_blocks.append(x)
503 matching_blocks.sort()
506 # matching_blocks list now. Starting with 2.5, this code was added
510 for i2, j2, k2 in matching_blocks:
528 self.matching_blocks = non_adjacent
529 return map(Match._make, self.matching_blocks)