Exemplo n.º 1
0
 def feedable_to_shop_top(self):
     return IArticle.providedBy(
         self.context) and not IFeedToShopTop.providedBy(self.context)
Exemplo n.º 2
0
 def unfeedable_from_shop_top(self):
     return IArticle.providedBy(self.context) and IFeedToShopTop.providedBy(self.context)
Exemplo n.º 3
0
 def unfeedable_from_shop_top(self):
     return IArticle.providedBy(self.context) and IFeedToShopTop.providedBy(
         self.context)
Exemplo n.º 4
0
 def feedable_to_shop_top(self):
     return IArticle.providedBy(self.context) and not IFeedToShopTop.providedBy(self.context)