8000
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 b5456db commit dcfaf01Copy full SHA for dcfaf01
lib/matplotlib/__init__.pyi
@@ -75,6 +75,7 @@ class RcParams(MutableMapping[str, Any]):
75
namespaces: tuple
76
single_key_set: set
77
def __init__(self, *args, **kwargs) -> None: ...
78
+ @staticmethod
79
def _split_key(key: str, sep: str = ...) -> tuple[list, int]: ...
80
def _set(self, key: str, val: Any) -> None: ...
81
def _get(self, key: str) -> Any: ...
0 commit comments