예제 #1
0
파일: __init__.py 프로젝트: thebend/fantasy
	def get_star_table_string(self):
		return util.get_table_string('# Tm  P Pl', self.stars)
예제 #2
0
파일: __init__.py 프로젝트: thebend/fantasy
	def get_penalty_table_string(penalties):
		return util.get_table_string('P Time  Pl M Type', penalties)
예제 #3
0
파일: __init__.py 프로젝트: thebend/fantasy
	def get_period_table_string(periods):
		return util.get_table_string('P  G  S Pn PM', periods)
예제 #4
0
파일: __init__.py 프로젝트: thebend/fantasy
	def get_goal_table_string(self):
		return util.get_table_string('P Time  Tm.  G A1 A2 Away              Home', self.goals)