Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py828 def test_in_func(l): function
831 self.assertEqual(test_in_func(nums), [False, False, False])
Dpy3_test_grammar.py812 def test_in_func(l): function
815 self.assertEqual(test_in_func(nums), [False, False, False])
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py776 def test_in_func(l): function
779 self.assertEqual(test_in_func(nums), [False, False, False])
Dpy2_test_grammar.py828 def test_in_func(l): function
831 self.assertEqual(test_in_func(nums), [False, False, False])
/external/python/cpython2/Lib/test/
Dtest_grammar.py1051 def test_in_func(l): function
1054 self.assertEqual(test_in_func(nums), [False, False, False])
/external/python/cpython3/Lib/test/
Dtest_grammar.py1665 def test_in_func(l): function
1668 self.assertEqual(test_in_func(nums), [False, False, False])