We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232fcbd commit 238ca5dCopy full SHA for 238ca5d
construct-stubs/core.pyi
@@ -1020,15 +1020,6 @@ class IfThenElse(Construct[ParsedType, BuildTypes]):
1020
) -> IfThenElse[
1021
t.Union[ThenParsedType, ElseParsedType], t.Union[ThenBuildTypes, ElseBuildTypes]
1022
]: ...
1023
- def __init__(
1024
- self: IfThenElse[
1025
- t.Union[ThenParsedType, ElseParsedType],
1026
- t.Union[ThenBuildTypes, ElseBuildTypes],
1027
- ],
1028
- condfunc: ConstantOrContextLambda[bool],
1029
- thensubcon: Construct[ThenParsedType, ThenBuildTypes],
1030
- elsesubcon: Construct[ElseParsedType, ElseBuildTypes],
1031
- ) -> None: ...
1032
1033
def If(
1034
condfunc: ConstantOrContextLambda[bool],
0 commit comments