Example #1
0
File: topic.py Project: fy0/Icarus
 def reply_count(self):
     from model.reply import Reply
     from model.common import OBJECT_TYPES
     return Reply.get_count(OBJECT_TYPES.TOPIC, self.id)