removed not working __init__
This commit is contained in:
parent
232fcbd725
commit
238ca5d2df
1 changed files with 0 additions and 9 deletions
|
|
@ -1020,15 +1020,6 @@ class IfThenElse(Construct[ParsedType, BuildTypes]):
|
|||
) -> IfThenElse[
|
||||
t.Union[ThenParsedType, ElseParsedType], t.Union[ThenBuildTypes, ElseBuildTypes]
|
||||
]: ...
|
||||
def __init__(
|
||||
self: IfThenElse[
|
||||
t.Union[ThenParsedType, ElseParsedType],
|
||||
t.Union[ThenBuildTypes, ElseBuildTypes],
|
||||
],
|
||||
condfunc: ConstantOrContextLambda[bool],
|
||||
thensubcon: Construct[ThenParsedType, ThenBuildTypes],
|
||||
elsesubcon: Construct[ElseParsedType, ElseBuildTypes],
|
||||
) -> None: ...
|
||||
|
||||
def If(
|
||||
condfunc: ConstantOrContextLambda[bool],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue