Files
openide/python/resources/inspectionDescriptions/PyNoneFunctionAssignmentInspection.html
T

6 lines
256 B
HTML

<html>
<body><span style="font-family: verdana,serif;">
This inspection is similar to pylint inspection E1111. It highlights situations when an assignment is done on a function call but the inferred function doesn't return anything.
</span>
</body>
</html>