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

Skip to content

Commit 2902733

Browse files
authored
Merge pull request #28300 from jorenham/numtype-91
TYP: stub ``lib.introspect``
2 parents 61adfef + 23350ea commit 2902733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

numpy/lib/introspect.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
__all__ = ["opt_func_info"]
2+
3+
def opt_func_info(func_name: str | None = None, signature: str | None = None) -> dict[str, dict[str, dict[str, str]]]: ...

0 commit comments

Comments
 (0)