示例#1
0
 def new_shrinker(self, example, predicate):
     return Shrinker(self, example, predicate)
示例#2
0
 def new_shrinker(self, example, predicate=None, allow_transition=None):
     return Shrinker(self, example, predicate, allow_transition)