def run()

in src/functions_framework/_http/flask.py [0:0]


    def run(self):
        self.app.run(self.host, self.port, debug=self.debug, **self.options)