Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyNoneFunctionAssignmentInspection
/
pass.py
blob: 6caff7dada73544ab62b033e6138fe974591cfd0 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
def
foo
():
pass
<
weak_warning descr
=
"Function 'foo' doesn't return anything"
>
b
=
foo
()</
weak_warning
>