Files
openide/python/pluginResources/inspectionDescriptions/PyUnresolvedReferencesInspection.html
Gregory.Shrago 823ef2b176 IDEA-CR-53226 move python resources to pluginResources root
GitOrigin-RevId: 3d76a0b29748d9f0e5593f87eeb66ce1bfdd81bc
2019-10-09 13:06:32 +00:00

8 lines
264 B
HTML

<html>
<body>
This inspection detects names that should resolve but don't.
Due to dynamic dispatch and duck typing, this is possible in a limited but useful
number of cases. Top-level and class-level items are supported better than instance items.
</body>
</html>