class documentation
class AstroidTransform(_AstroidTransform): (source)
Encapsulate an astroid transform to be registered with the ExtRegistrar
.
See Also | |
https://pylint.pycqa.org/projects/astroid/en/latest/extending.html#ast-transforms-example |
Method | transform |
Undocumented |
Property | _transform |
Undocumented |
Inherited from _AstroidTransform
:
Method | predicate |
Undocumented |
Method | register |
Undocumented |
Method | unregister |
Undocumented |
Instance Variable | root |
Undocumented |
Property | node |
Which node class this inference tip applies to. |