Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
>