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

6 lines
174 B
HTML

<html>
<body>
This inspection is used when a variable is defined through the &quot;global&quot; statement but the variable is not defined in the module
scope.
</body>
</html>