Home
last modified time | relevance | path

Searched refs:fooNotDeclared (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_with.py109 def fooNotDeclared(): function
111 self.assertRaises(NameError, fooNotDeclared)
/external/python/cpython3/Lib/test/
Dtest_with.py108 def fooNotDeclared(): function
110 self.assertRaises(NameError, fooNotDeclared)