8000
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.
containsderivedtypes
f2py.auxfuncs.__all__
1 parent 031f442 commit 128ab7fCopy full SHA for 128ab7f
numpy/f2py/auxfuncs.pyi
@@ -10,6 +10,7 @@ from .cfuncs import errmess
10
__all__ = [
11
"applyrules",
12
"containscommon",
13
+ "containsderivedtypes",
14
"debugcapi",
15
"dictappend",
16
"errmess",
@@ -200,7 +201,7 @@ def isintent_inplace(var: _Var) -> bool: ...
200
201
202
203
#
-def containsderivedtypes(rout: _ROut) -> _Bool: ...
204
+def containsderivedtypes(rout: _ROut) -> L[0, 1]: ...
205
def containscommon(rout: _ROut) -> _Bool: ...
206
def hasexternals(rout: _ROut) -> bool: ...
207
def hasresultnote(rout: _ROut) -> _Bool: ...
0 commit comments