8000 TYP: add ``containsderivedtypes`` to ``f2py.auxfuncs.__all__`` · sthagen/numpy-numpy@128ab7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 128ab7f

Browse files
committed
TYP: add containsderivedtypes to f2py.auxfuncs.__all__
1 parent 031f442 commit 128ab7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

numpy/f2py/auxfuncs.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ from .cfuncs import errmess
1010
__all__ = [
1111
"applyrules",
1212
"containscommon",
13+
"containsderivedtypes",
1314
"debugcapi",
1415
"dictappend",
1516
"errmess",
@@ -200,7 +201,7 @@ def isintent_inplace(var: _Var) -> bool: ...
200201< 606E code class="diff-text syntax-highlighted-line">
def isintent_aux(var: _Var) -> bool: ...
201202

202203
#
203-
def containsderivedtypes(rout: _ROut) -> _Bool: ...
204+
def containsderivedtypes(rout: _ROut) -> L[0, 1]: ...
204205
def containscommon(rout: _ROut) -> _Bool: ...
205206
def hasexternals(rout: _ROut) -> bool: ...
206207
def hasresultnote(rout: _ROut) -> _Bool: ...

0 commit comments

Comments
 (0)
0