コード例 #1
0
ファイル: article.py プロジェクト: Earthson/afewords_base
        def getter(self):
            from aflib_utils import strip_tags

            return strip_tags(self.view_body, 60) + "..." + self.author_url
コード例 #2
0
 def getter(self):
     from aflib_utils import strip_tags
     return strip_tags(self.view_body, 60) + '...' + self.author_url
コード例 #3
0
ファイル: article.py プロジェクト: Earthson/afewords_base
        def getter(self):
            from aflib_utils import strip_tags

            return strip_tags(self.view_body, 200)
コード例 #4
0
 def getter(self):
     from aflib_utils import strip_tags
     return strip_tags(self.view_body, 200)