Description
Provides helper utilities for authors of Pylint plugins. It helps plugin developers inspect AST nodes, share checker logic, and integrate custom rules with Pylint more easily.
This is a developer support library. It does not check code by itself; its value appears inside Pylint plugins that import it.