Searched defs:get_opcodes (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddifflib.py99 use .get_opcodes():
101 >>> for opcode in s.get_opcodes():
139 get_opcodes()
529 def get_opcodes(self): member in class:SequenceMatcher
548 >>> for tag, i1, i2, j1, j2 in s.get_opcodes():
588 Each group is in the same format as returned by get_opcodes().
609 codes = self.get_opcodes()
643 .get_matching_blocks() or .get_opcodes(), in which case you may
908 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
1017 for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes()
[all...]
/external/python/cpython3/Lib/
H A Ddifflib.py98 use .get_opcodes():
100 >>> for opcode in s.get_opcodes():
138 get_opcodes()
517 def get_opcodes(self): member in class:SequenceMatcher
536 >>> for tag, i1, i2, j1, j2 in s.get_opcodes():
576 Each group is in the same format as returned by get_opcodes().
597 codes = self.get_opcodes()
631 .get_matching_blocks() or .get_opcodes(), in which case you may
895 for tag, alo, ahi, blo, bhi in cruncher.get_opcodes():
1000 for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes()
[all...]

Completed in 180 milliseconds