Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/p/r/Products.PlonePAS-5.0/Products/PlonePAS/tools/memberdata.py Products.PlonePAS(Download)
sheets = None if not IPluggableAuthService.providedBy(self.acl_users): return BaseMemberData.getProperty(self, id) else: # It's a PAS! Whee!
# nor are guaranteed property sheets if not sheets: return BaseMemberData.getProperty(self, id, default) # If we made this far, we found a PAS and some property sheets.
# Couldn't find the property in the property sheets. Try to # delegate back to the base implementation. return BaseMemberData.getProperty(self, id, default) def getPassword(self):
src/p/r/Products.PlonePAS-HEAD/Products/PlonePAS/tools/memberdata.py Products.PlonePAS(Download)
sheets = None if not IPluggableAuthService.providedBy(self.acl_users): return BaseMemberData.getProperty(self, id) else: # It's a PAS! Whee!
# nor are guaranteed property sheets if not sheets: return BaseMemberData.getProperty(self, id, default) # If we made this far, we found a PAS and some property sheets.
# Couldn't find the property in the property sheets. Try to # delegate back to the base implementation. return BaseMemberData.getProperty(self, id, default) def getPassword(self):