Every line of 'enumerate python 3' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
187 def test_enumerate(self): 188 def f(x): 189 return [_ for _ in x] 190 191 self.equivalentEvaluationTest(f, [1,2,3]) 192 self.equivalentEvaluationTest(f, "asdf")