> > def eval_with_object(self, obj, errors=None): > > """Determine whether the predicate is True or False for the > > given object. > > """ > > raise NotImplementedError > > > Does this mean that what I'm looking for in terms of being able to > > apply a given permission to a subset of data on the site is > > incomplete? > > This is only an abstract base class. Read the full module source code > for predicate classes that implement the eval_with_object method in > various ways.
Thank you. I should have time to do that this weekend. Knowing that there is something more to look for is a big part of steeling myself up for the task. > > Are there any Docs on writing for this module? If so, I'd like to take > > a closer look. > > http://docs.turbogears.org/1.0/UsingIdentity The specific usage that I'm looking for is not in this document, but knowing that it is possible (or nearly possible) I think that I'll be able to see how the syntax I'm looking for is implied by the cases that are supplied. Thanks again. I'm prepared to dig for it; I just needed to be sure it was going to be there. Tx, Chris --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

