class documentation

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_tip Undocumented
Property _transform_func Undocumented

Inherited from _AstroidTransform:

Method predicate Undocumented
Method register Undocumented
Method unregister Undocumented
Instance Variable root Undocumented
Property node_class Which node class this inference tip applies to.
@abc.abstractmethod
def inference_tip(self, node, ctx): (source)

Undocumented

Parameters
node:astroid.nodes.NodeNGUndocumented
ctx:AnyUndocumented
Returns
astroid.nodes.NodeNGUndocumented
@cached_property
_transform_func: Callable[[astroid.nodes.NodeNG], Any] = (source)