Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9d17da33e2dcc51c73fdebe737eb1b9317ee69cd
/
.
/
Lib
/
test
/
tracedmodules
/
testmod.py
blob: a4c25e4b3c77147c588c7a713d856503c015ffa7 [
file
] [
log
] [
blame
]
Alexander Belopolsky
9d17da3
2010-09-13 16:45:02 +0000
[
diff
] [
blame^
]
1
def
func
(
x
):
2
b
=
x
+
1
3
return
b
+
2