mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
Inspection is used when a variable is defined through the "global" statement but the variable is not defined in the module scope.
6 lines
129 B
Python
6 lines
129 B
Python
__author__ = 'ktisha'
|
|
|
|
def foo():
|
|
pass
|
|
|
|
<weak_warning descr="Function 'foo' doesn't return anything">b = foo()</weak_warning> |