Home
last modified time | relevance | path

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

/third_party/python/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])
/third_party/python/Lib/test/
Dtest_grammar.py1720 def test_in_func(l): function
1723 self.assertEqual(test_in_func(nums), [False, False, False])