File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class When(enum.Enum):
4242
4343
4444class VisitorExtension :
45- """The node visitor extension base class, to inherit from."""
45+ """Deprecated in favor of `Extension`. The node visitor extension base class, to inherit from."""
4646
4747 when : When = When .after_all
4848
@@ -74,7 +74,7 @@ def visit(self, node: ast.AST) -> None:
7474
7575
7676class InspectorExtension :
77- """The object inspector extension base class, to inherit from."""
77+ """Deprecated in favor of `Extension`. The object inspector extension base class, to inherit from."""
7878
7979 when : When = When .after_all
8080
Original file line number Diff line number Diff line change 1- """This extension provides an hybrid behavior while loading data."""
1+ """Deprecated. This extension provides an hybrid behavior while loading data."""
22
33from __future__ import annotations
44
You can’t perform that action at this time.
0 commit comments