Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61adfef + 23350ea commit 2902733Copy full SHA for 2902733
numpy/lib/introspect.pyi
@@ -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