def __init__()

in src/functions_framework/request_timeout.py [0:0]


    def __init__(self, seconds):
        self.seconds = seconds
        self.target_tid = threading.current_thread().ident
        self.timer = None