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
1 parent 86f9414 commit f48a4e8Copy full SHA for f48a4e8
‎src/numpy-stubs/f2py/auxfuncs.pyi‎
@@ -9,6 +9,7 @@ from .cfuncs import errmess
9
__all__ = [
10
"applyrules",
11
"containscommon",
12
+ "containsderivedtypes",
13
"debugcapi",
14
"dictappend",
15
"errmess",
@@ -200,6 +201,7 @@ def isintent_aux(var: _Var) -> bool: ...
200
201
202
#
203
def containscommon(rout: _ROut) -> _Bool: ...
204
+def containsderivedtypes(rout: _ROut) -> L[0, 1]: ...
205
def hasexternals(rout: _ROut) -> bool: ...
206
def hasresultnote(rout: _ROut) -> _Bool: ...
207
def hasbody(rout: _ROut) -> _Bool: ...
0 commit comments