i believe AttribSafeContextObj are a convenience method for templates

its really a PITA to look at and maintain

% if hasattr( c , 'name '):

so we have a cleaner

% if c.name :

if you'd rather the templates work as python does (and less like
templating languages ) you can use the ContextObjm set strict_c to
true, etc  -- but i don't know why you'd want to.
--~--~---------~--~----~------------~-------~--~----~
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