Beispiel #1
0
	def get_post_count(self):
		return countersharding.get_count(str(self.key()))
Beispiel #2
0
	def get_post_count(self):
		return countersharding.get_count('{0}_postcount'.format(self.key()))
Beispiel #3
0
	def get_thread_count(self):
		return countersharding.get_count('{0}_threadcount'.format(self.key()))
Beispiel #4
0
 def get_post_count(self):
     return countersharding.get_count(str(self.key()))
Beispiel #5
0
 def get_post_count(self):
     return countersharding.get_count('{0}_postcount'.format(self.key()))
Beispiel #6
0
 def get_thread_count(self):
     return countersharding.get_count('{0}_threadcount'.format(self.key()))