Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyNoneFunctionAssignmentInspection
/
pass.py
blob: 6caff7dada73544ab62b033e6138fe974591cfd0 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
__author__
=
'ktisha'
2
3
def
foo
():
4
pass
5
6
<
weak_warning descr
=
"Function 'foo' doesn't return anything"
>
b
=
foo
()</
weak_warning
>