Home | History | Annotate | Download | only in test

Lines Matching refs:mutate

11 # code to do containee comparisons can call back into Python and mutate
30 # The dicts are global to make it easy to mutate tham from within functions.
40 mutate = 0
42 # If global mutate is true, consider mutating a dict. May or may not
43 # mutate a dict even if mutate is true. If it does decide to mutate a
48 global mutate
49 if not mutate:
61 mutate = 0 # disable mutation until key inserted
68 mutate = 1
72 mutate = 0 # disable mutation until key deleted
77 mutate = 1
125 global mutate, dict1, dict2, dict1keys, dict2keys
128 mutate = 0
134 mutate = 1