HomeSort by relevance Sort by last modified time
    Searched refs:Horrid (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutants.py 63 newkey = Horrid(random.randrange(100))
66 target[newkey] = Horrid(random.randrange(100))
79 # A horrid class that triggers random mutations of dict1 and dict2 when
82 class Horrid:
106 return "Horrid(%d)" % self.i
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutants.py 63 newkey = Horrid(random.randrange(100))
66 target[newkey] = Horrid(random.randrange(100))
79 # A horrid class that triggers random mutations of dict1 and dict2 when
82 class Horrid:
106 return "Horrid(%d)" % self.i
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))

Completed in 23 milliseconds