[Web-SIG] why function throws an error?

3 views
Skip to first unread message

נתי שטרן

unread,
Jun 28, 2022, 3:59:04 AM6/28/22
to Chen...@python.org, pytho...@python.org, web...@python.org, bottlepy/bottle


        def add_route(self, route):
        #    """ Add a route object, but do not change the :data:`Route.app`
        #        attribute."""
            self.routes.append(route)
            self.router.add(route.rule, route.method, route, name=route.name)
        #    if DEBUG: route.prepare()
--
Reply all
Reply to author
Forward
0 new messages