class documentation
class _AstroidTransform(abc.ABC): (source)
Known subclasses: pydocspec.ext.AstroidInferenceTip, pydocspec.ext.AstroidTransform
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 |
Which node class this inference tip applies to. |
| Property | _transform |
Undocumented |