Home
last modified time | relevance | path

Searched refs:get_grouped_opcodes (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Ddifflib.py584 def get_grouped_opcodes(self, n=3): member in SequenceMatcher
1198 for group in SequenceMatcher(None,a,b).get_grouped_opcodes(n):
1285 for group in SequenceMatcher(None,a,b).get_grouped_opcodes(n):
/external/python/cpython2/Lib/test/
Dtest_difflib.py57 group_gen = difflib.SequenceMatcher(None, [], []).get_grouped_opcodes()
/external/python/cpython3/Lib/
Ddifflib.py572 def get_grouped_opcodes(self, n=3): member in SequenceMatcher
1179 for group in SequenceMatcher(None,a,b).get_grouped_opcodes(n):
1268 for group in SequenceMatcher(None,a,b).get_grouped_opcodes(n):
/external/python/cpython3/Lib/test/
Dtest_difflib.py74 group_gen = difflib.SequenceMatcher(None, [], []).get_grouped_opcodes()
/external/python/cpython3/Doc/library/
Ddifflib.rst521 .. method:: get_grouped_opcodes(n=3)
/external/python/cpython2/Doc/library/
Ddifflib.rst498 .. method:: get_grouped_opcodes([n])
/external/python/cpython2/Misc/
DHISTORY2870 - Bugs #979794 and #980117: difflib.get_grouped_opcodes() now handles the
/external/python/cpython3/Misc/
DHISTORY20254 - Bugs #979794 and #980117: difflib.get_grouped_opcodes() now handles the