]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/testmod.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / tracedmodules / testmod.py
CommitLineData
4710c53d 1def func(x):\r
2 b = x + 1\r
3 return b + 2\r
4\r
5def func2():\r
6 """Test function for issue 9936 """\r
7 return (1,\r
8 2,\r
9 3)\r