ai-content-maker/.venv/Lib/site-packages/matplotlib/style/core.pyi

20 lines
449 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
from collections.abc import Generator
import contextlib
from matplotlib import RcParams
from matplotlib.typing import RcStyleType
USER_LIBRARY_PATHS: list[str] = ...
STYLE_EXTENSION: str = ...
def use(style: RcStyleType) -> None: ...
@contextlib.contextmanager
def context(
style: RcStyleType, after_reset: bool = ...
) -> Generator[None, None, None]: ...
library: dict[str, RcParams]
available: list[str]
def reload_library() -> None: ...