It has very very limited use. You can see exactly what it does from its implementation as a view deriver.
https://github.com/Pylons/pyramid/blob/4acd85dc98fb2a43eae54d2116cc4bf383157269/pyramid/viewderivers.py#L216-L233 On Tue, Sep 13, 2016 at 12:28 PM, Jonathan Vanasco <[email protected]> wrote: > does anyone have an example of using view_config's `wrapper` argument? > > i'm trying to see if it would work for a specific use-case, but I can't > figure out how to use it correctly. i looked in the tests for inspiration, > but there doesn't seem to be a test against it either. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/pylons-discuss/90670fa4-f53d-45e6-867f-831f3050c3c7% > 40googlegroups.com > <https://groups.google.com/d/msgid/pylons-discuss/90670fa4-f53d-45e6-867f-831f3050c3c7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwFt2L-qkNvQVicK9JByZ3fMZOcbHjSdL6yGcMo%3Dn7%3D0YA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
