Home
last modified time | relevance | path

Searched refs:_ellipsis_match (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddoctest.py271 def _ellipsis_match(want, got): function
274 >>> _ellipsis_match('aa...aa', 'aaa')
303 # _ellipsis_match('aa...aa', 'aaa')
1653 if _ellipsis_match(want, got):
1670 # [todo] _ellipsis_match() knows which pieces do and don't match,

Completed in 4 milliseconds