url of the COREBlog Definition at line 371 of file COREBlog.py. 00371 : """ url of the COREBlog """ prop_url = self.getProperty("blog_url") url = self.absolute_url() if prop_url: url = prop_url return url security.declarePublic('__len__') def __len__(self):
|