We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ba449 commit 64aa6d7Copy full SHA for 64aa6d7
lib/matplotlib/backends/registry.pyi
@@ -7,7 +7,6 @@ class BackendFilter(Enum):
7
8
9
class BackendRegistry:
10
- def __init__(self) -> None: ...
11
def backend_for_gui_framework(self, interactive_framework: str) -> str | None: ...
12
def list_builtin(self, filter_: BackendFilter | None) -> list[str]: ...
13
lib/matplotlib/rcsetup.pyi
@@ -8,8 +8,6 @@ interactive_bk: list[str]
non_interactive_bk: list[str]
all_backends: list[str]
-def __dir__() -> list[str]: ...
-
_T = TypeVar("_T")
14
15
def _listify_validator(s: Callable[[Any], _T]) -> Callable[[Any], list[_T]]: ...
0 commit comments