コード例 #1
0
ファイル: webctrl.py プロジェクト: cloudymike/hopitty
 def ingredientsPage(self):
     # myIngredients = self.controllers.getMyLog()
     return ingredients.ingredients(self.recipeObject)
コード例 #2
0
ファイル: myserver.py プロジェクト: cloudymike/hopitty
 def stat():  # noqa
     recipe = dummyRecipe()
     return ingredients.ingredients(recipe)