Lines Matching refs:NASTY_ITERS
47 # Default number iterations; tune with NASTY_ITERS in environ.
48 NASTY_ITERS = 10
106 self.NASTY_ITERS = \
107 int(os.environ.get("NASTY_ITERS", self.NASTY_ITERS))
194 NASTY_ITERS in the process environment, i.e. NASTY_ITERS=100."""
195 for x in range(1, self.NASTY_ITERS + 1):
197 x, self.NASTY_ITERS))
203 x, self.NASTY_ITERS))