Skip to main content

luna.control

terminate

def terminate(message: str | None = None)

Terminate the entire contract.

error

def error(message: str)

Exit clause with error. The clause will not count as having being evaluated.

stop

def stop(message: str | None = None)

Exit clause. The clause will not count as having being evaluated.