module documentation
Astroid hook for the attrs library
Without this hook pylint reports unsupported-assignment-operation for attrs classes
Function | attr |
Given that the ClassNode has an attr decorator, rewrite class attributes as instance attributes |
Function | is |
Return True if a decorated node has an attr decorator applied. |
Constant | ATTRIB |
Undocumented |
Constant | ATTRS |
Undocumented |