Initial LsPower implementation
This commit is contained in:
3
.venv/Lib/site-packages/numpy/lib/introspect.pyi
Normal file
3
.venv/Lib/site-packages/numpy/lib/introspect.pyi
Normal file
@@ -0,0 +1,3 @@
|
||||
__all__ = ["opt_func_info"]
|
||||
|
||||
def opt_func_info(func_name: str | None = None, signature: str | None = None) -> dict[str, dict[str, dict[str, str]]]: ...
|
||||
Reference in New Issue
Block a user