def __init__()

in src/backoff.py [0:0]


    def __init__(self, base, cap):
        """Init."""
        self.base = base
        self.cap = cap