Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_sort.py51 class Complains(object): class
58 if Complains.maybe_complain and random.random() < 0.001:
112 x = [Complains(i) for i in x]
115 Complains.maybe_complain = True
122 Complains.maybe_complain = False