File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ from .cfuncs import errmess
10
10
__all__ = [
11
11
"applyrules" ,
12
12
"containscommon" ,
13
+ "containsderivedtypes" ,
13
14
"debugcapi" ,
14
15
"dictappend" ,
15
16
"errmess" ,
@@ -200,7 +201,7 @@ def isintent_inplace(var: _Var) -> bool: ...
200
201
def isintent_aux (var : _Var ) -> bool : ...
201
202
202
203
#
203
- def containsderivedtypes (rout : _ROut ) -> _Bool : ...
204
+ def containsderivedtypes (rout : _ROut ) -> L [ 0 , 1 ] : ...
204
205
def containscommon (rout : _ROut ) -> _Bool : ...
205
206
def hasexternals (rout : _ROut ) -> bool : ...
206
207
def hasresultnote (rout : _ROut ) -> _Bool : ...
Original file line number Diff line number Diff line change 1
- from _typeshed import StrOrBytesPath
2
-
3
- def run_command (cmd : StrOrBytesPath ) -> None : ...
4
1
def run () -> None : ...
You can’t perform that action at this time.
0 commit comments