All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.Krakatau.ssa.ssa_jumps.exit.py Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
from .base import BaseJump

class Return(BaseJump):
    def __init__(self, parent, arguments):
        super(Return, self).__init__(parent, arguments)

class Rethrow(BaseJump):
    def __init__(self, parent, arguments):
        super(Rethrow, self).__init__(parent, arguments)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy