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