added stubs for StopIf
This commit is contained in:
parent
fa2daec804
commit
e920b2fc08
1 changed files with 4 additions and 0 deletions
|
|
@ -507,6 +507,10 @@ def Switch(
|
|||
default: t.Optional[Construct[t.Any, t.Any]] = ...
|
||||
) -> _Switch[t.Any, t.Any]: ...
|
||||
|
||||
|
||||
class StopIf(Construct[None, None]):
|
||||
def __init__(self, condfunc: ConstantOrContextLambda[bool]) -> None: ...
|
||||
|
||||
#===============================================================================
|
||||
# alignment and padding
|
||||
#===============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue