コード例 #1
0
ファイル: user.py プロジェクト: valleram/web_blog
 def get_blogs(self):
     return Blog.find_by_author(self._id)
コード例 #2
0
 def get_blogs(self):
     return Blog.find_by_author(self._id)  # returns blogs for the bl