示例#1
0
	def get_star_table_string(self):
		return util.get_table_string('# Tm  P Pl', self.stars)
示例#2
0
	def get_penalty_table_string(penalties):
		return util.get_table_string('P Time  Pl M Type', penalties)
示例#3
0
	def get_period_table_string(periods):
		return util.get_table_string('P  G  S Pn PM', periods)
示例#4
0
	def get_goal_table_string(self):
		return util.get_table_string('P Time  Tm.  G A1 A2 Away              Home', self.goals)