예제 #1
0
 def reply_count(self, value):
     return Count.topic_reply_count(self.id, value)
예제 #2
0
 def reply_count(self, value):
     return Count.topic_reply_count(self.id, value)
예제 #3
0
 def reply_count(self):
     return Count.topic_reply_count(self.id)
예제 #4
0
 def reply_count(self):
     return Count.topic_reply_count(self.id)