index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
tracedmodules
/
testmod.py
blob: a4c25e4b3c77147c588c7a713d856503c015ffa7 (
plain
)
1
2
3
def
func
(
x
):
b
=
x
+
1
return
b
+
2