in sampling.py [0:0]
def __init__(self, left: int, top: int, right: int, bottom: int): self._left = left self._top = top self._right = right self._bottom = bottom