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

Commit68d25b3

Browse files
committed
Add metaclass to stub file
1 parent996b647 commit68d25b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎lib/matplotlib/path.pyi

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

88
fromtypingimportAny,overload
99

10-
classPath:
10+
class_HideDeepcopyMeta(type):
11+
def__new__(cls,name,bases,namespace):
12+
...
13+
14+
classPath(metaclass=_HideDeepcopyMeta):
1115
code_type:type[np.uint8]
1216
STOP:np.uint8
1317
MOVETO:np.uint8

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp