Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_traceback.py13 requires_debug_ranges, has_no_debug_ranges,
1284 if has_no_debug_ranges():
1298 if has_no_debug_ranges():
H A Dtest_zipimport.py729 '' if support.has_no_debug_ranges() else
/third_party/python/Lib/test/support/
H A D__init__.py492 def has_no_debug_ranges(): function
501 return unittest.skipIf(has_no_debug_ranges(), reason)

Completed in 9 milliseconds