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() -- <https://netanel.ml> -- https://mail.python.org/mailman/listinfo/python-list
- why function throws an error? נתי שטרן
- Re: why function throws an error? Mirko via Python-list
- Re: why function throws an error? Lars Liedtke
- Re: why function throws an error? Dennis Lee Bieber