class documentation

Base class to customize astroid inference system with a bridge to pydocspec tree.

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

Undocumented

Parameters
node:astroid.nodes.AssignNameUndocumented
Returns
boolUndocumented
def register(self): (source)

Undocumented

def unregister(self): (source)

Undocumented

Undocumented

@abc.abstractproperty
node_class: Type[astroid.nodes.NodeNG] = (source)

Which node class this inference tip applies to.

@abc.abstractproperty
_transform_func: Callable[[astroid.nodes.NodeNG], Any] = (source)