10BC0
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 f9de8aa commit 5dff3caCopy full SHA for 5dff3ca
lib/matplotlib/_c_internal_utils.pyi
@@ -0,0 +1 @@
1
+def display_is_valid() -> bool: ...
lib/matplotlib/_image.pyi
lib/matplotlib/_path.pyi
lib/matplotlib/_qhull.pyi
lib/matplotlib/_tri.pyi
lib/matplotlib/_ttconv.pyi
lib/matplotlib/backends/_backend_agg.pyi
lib/matplotlib/backends/_macosx.pyi
lib/matplotlib/backends/_tkagg.pyi
lib/matplotlib/ft2font.pyi
@@ -0,0 +1,3 @@
+class FT2Font:
2
+ def __init__(self, filename: str|os.PathLike, hinting_factor: int = ..., *, _fallback_list: list["FT2Font"]|None = ..., _kerning_factor: int = ...): ...
3
+
0 commit comments