Home
last modified time | relevance | path

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

/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/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.py800 def test_in_func(l): function
803 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.py1554 def test_in_func(l): function
1557 self.assertEqual(test_in_func(nums), [False, False, False])