Skip to content

Commit f48a4e8

Browse files
committed
👽️ add containsderivedtypes to f2py.auxfuncs
1 parent 86f9414 commit f48a4e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/numpy-stubs/f2py/auxfuncs.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ from .cfuncs import errmess
99
__all__ = [
1010
"applyrules",
1111
"containscommon",
12+
"containsderivedtypes",
1213
"debugcapi",
1314
"dictappend",
1415
"errmess",
@@ -200,6 +201,7 @@ def isintent_aux(var: _Var) -> bool: ...
200201

201202
#
202203
def containscommon(rout: _ROut) -> _Bool: ...
204+
def containsderivedtypes(rout: _ROut) -> L[0, 1]: ...
203205
def hasexternals(rout: _ROut) -> bool: ...
204206
def hasresultnote(rout: _ROut) -> _Bool: ...
205207
def hasbody(rout: _ROut) -> _Bool: ...

0 commit comments

Comments
 (0)