Home
last modified time | relevance | path

Searched refs:expected_list_sort_output (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_profile.py18 expected_list_sort_output = ':0(sort)' variable in ProfileTest
59 self.assertIn(self.expected_list_sort_output, res,
Dtest_cprofile.py12 expected_list_sort_output = "{method 'sort' of 'list' objects}" variable in CProfileTest