If I provide a convenience method, like so:
class Foo(SQLObject):
_get_etc(self):
return "something intensive to generate"
So the user of the class can go access it via instance_of_foo.etc, will
it cache the value of _get_etc?
-Sam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---