source: python/trunk/Lib/test/tracedmodules/testmod.py

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 143 bytes
Line 
1def func(x):
2 b = x + 1
3 return b + 2
4
5def func2():
6 """Test function for issue 9936 """
7 return (1,
8 2,
9 3)
Note: See TracBrowser for help on using the repository browser.