Lines Matching refs:spam
335 def spam(state=[0]):
339 self.check_iterator(iter(spam, 10), list(range(10)), pickle=False)
343 def spam(state=[0]):
349 self.check_iterator(iter(spam, 20), list(range(10)), pickle=False)
362 def spam():
364 # spam() once again so protect against recursion.
365 if spam.is_recursive_call:
367 spam.is_recursive_call = True
368 exhaust(spam.iterator)
371 spam.is_recursive_call = False
372 spam.iterator = iter(spam, NO_MORE)
374 next(spam.iterator)
378 def spam(state=[0]):
386 for x in iter(spam, 20):
1048 def spam(state=[0]):
1054 b = iter(spam, 5)