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