Skip to content

Commit dcfaf01

Browse files
committed
Update _split_key stub to staticmethod
1 parent b5456db commit dcfaf01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/__init__.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class RcParams(MutableMapping[str, Any]):
7575
namespaces: tuple
7676
single_key_set: set
7777
def __init__(self, *args, **kwargs) -> None: ...
78+
@staticmethod
7879
def _split_key(key: str, sep: str = ...) -> tuple[list, int]: ...
7980
def _set(self, key: str, val: Any) -> None: ...
8081
def _get(self, key: str) -> Any: ...

0 commit comments

Comments
 (0)