Home
last modified time | relevance | path

Searched refs:twolinefunc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dinspect_fodder2.py44 def twolinefunc(m): return m and \ function
Dtest_inspect.py383 self.assertSourceEqual(mod2.twolinefunc, 44, 45)
/external/python/cpython3/Lib/test/
Dinspect_fodder2.py44 def twolinefunc(m): return m and \ function
Dtest_inspect.py585 self.assertSourceEqual(mod2.twolinefunc, 44, 45)