diff options
Diffstat (limited to 'Tools/pybench/Lookups.py')
| -rw-r--r-- | Tools/pybench/Lookups.py | 50 | 
1 files changed, 25 insertions, 25 deletions
diff --git a/Tools/pybench/Lookups.py b/Tools/pybench/Lookups.py index f20e7da49c..e454a002b5 100644 --- a/Tools/pybench/Lookups.py +++ b/Tools/pybench/Lookups.py @@ -774,11 +774,11 @@ class BuiltinMethodLookup(Test):              l.sort              l.sort -            d.has_key -            d.has_key -            d.has_key -            d.has_key -            d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key              d.items              d.items @@ -810,11 +810,11 @@ class BuiltinMethodLookup(Test):              l.sort              l.sort -            d.has_key -            d.has_key -            d.has_key -            d.has_key -            d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key              d.items              d.items @@ -846,11 +846,11 @@ class BuiltinMethodLookup(Test):              l.sort              l.sort -            d.has_key -            d.has_key -            d.has_key -            d.has_key -            d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key              d.items              d.items @@ -882,11 +882,11 @@ class BuiltinMethodLookup(Test):              l.sort              l.sort -            d.has_key -            d.has_key -            d.has_key -            d.has_key -            d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key              d.items              d.items @@ -918,11 +918,11 @@ class BuiltinMethodLookup(Test):              l.sort              l.sort -            d.has_key -            d.has_key -            d.has_key -            d.has_key -            d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key +            # d.has_key              d.items              d.items  | 
