🌐 AI搜索 & 代理 主页
Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
imports...
  • Loading branch information
MarcoGorelli committed Apr 22, 2025
commit 5ab323d4a57099f6bf266495872c259f577b09e4
2 changes: 1 addition & 1 deletion numpy/ma/extras.pyi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are several -> MaskedArray[tuple[int, int], np.dtype[...]] annotations in this module now. A private type-alias could help make it more dry.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import SupportsIndex, Any, overload
from typing import Any, SupportsIndex, overload

from _typeshed import Incomplete

Expand Down
Loading