[Web-SIG] why function throws an error?

נתי שטרן nsh531 at gmail.com
Tue Jun 28 03:57:59 EDT 2022


        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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/web-sig/attachments/20220628/f9e55a2f/attachment.html>


More information about the Web-SIG mailing list