Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa7ed8b

Browse files
committed
Add metaclass to stub file
1 parent996b647 commitfa7ed8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎lib/matplotlib/path.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ from numpy.typing import ArrayLike
77

88
fromtypingimportAny,overload
99

10-
classPath:
10+
class_HideDeepcopyMeta(type): ...
11+
12+
classPath(metaclass=_HideDeepcopyMeta):
1113
code_type:type[np.uint8]
1214
STOP:np.uint8
1315
MOVETO:np.uint8

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp