class documentation
        
        class AstroidInferenceTip(_AstroidTransform): (source)
Known subclasses: pydocspec.ext.default.infer__all__.InferenceTip__all__Variable
Encapsulate an astroid inference tip to be registered with the ExtRegistrar.
| See Also | |
| https://pylint.pycqa.org/projects/astroid/en/latest/extending.html#ast-inference-tip-transforms | 
| Method | inference | 
    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. | 
Undocumented
| Parameters | |
node:astroid.nodes.NodeNG | Undocumented | 
ctx:Any | Undocumented | 
| Returns | |
astroid.nodes.NodeNG | Undocumented |