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

6 lines
206 B
HTML

<html>
<body>
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.
</body>
</html>