Home
last modified time | relevance | path

Searched refs:extra_burning_oil (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py465 def test_inner(extra_burning_oil = 1, count=0): argument
470 if extra_burning_oil and big_hippo == 1:
471 extra_burning_oil -= 1
Dpy3_test_grammar.py435 def test_inner(extra_burning_oil = 1, count=0): argument
440 if extra_burning_oil and big_hippo == 1:
441 extra_burning_oil -= 1
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py465 def test_inner(extra_burning_oil = 1, count=0): argument
470 if extra_burning_oil and big_hippo == 1:
471 extra_burning_oil -= 1
Dpy3_test_grammar.py459 def test_inner(extra_burning_oil = 1, count=0): argument
464 if extra_burning_oil and big_hippo == 1:
465 extra_burning_oil -= 1
/external/python/cpython2/Lib/test/
Dtest_grammar.py503 def test_inner(extra_burning_oil = 1, count=0): argument
508 if extra_burning_oil and big_hippo == 1:
509 extra_burning_oil -= 1
/external/python/cpython3/Lib/test/
Dtest_grammar.py784 def test_inner(extra_burning_oil = 1, count=0): argument
789 if extra_burning_oil and big_hippo == 1:
790 extra_burning_oil -= 1