Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea8eddd

Browse files
Restore stub __copy__
1 parent 55e11b4 commit ea8eddd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/font_manager.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class FontProperties:
5454
math_fontfamily: str | None = ...,
5555
) -> None: ...
5656
def __hash__(self) -> int: ...
57+
def __copy__(self) -> FontProperties: ...
5758
def __eq__(self, other: object) -> bool: ...
5859
def get_family(self) -> list[str]: ...
5960
def get_name(self) -> str: ...

0 commit comments

Comments
 (0)