Q: Where can I find those build-in webhelpers methods in the Pyramid
project?

Currently converting a very old Pylons project to a Pyramid one.
Trying to make as little changes as possible.

For 'c', it can be easily done by importing
pyramid.request.TemplateContext as below;
from pyramid.request import TemplateContext as c

However, I'm a little puzzled to where I can use those built-in
webhelpers methods that were available in Pylons.

Any ideas please?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to