Beispiel #1
0
 def last10(self):
     return _api_scrape(self.json, 2)
Beispiel #2
0
 def awards_conf(self):
     return _api_scrape(self.json, 4)
Beispiel #3
0
 def roster(self):
     return _api_scrape(self.json, 0)
Beispiel #4
0
 def awards_championships(self):
     return _api_scrape(self.json, 3)
Beispiel #5
0
 def shot_distance_overall(self):
     return _api_scrape(self.json, 3)
Beispiel #6
0
 def shot_type_rebounding(self):
     return _api_scrape(self.json, 1)
Beispiel #7
0
 def history(self):
     return _api_scrape(self.json, 1)
Beispiel #8
0
 def by_score_margin(self):
     return _api_scrape(self.json, 3)
Beispiel #9
0
 def by_actual_margin(self):
     return _api_scrape(self.json, 4)
Beispiel #10
0
 def by_half(self):
     return _api_scrape(self.json, 1)
Beispiel #11
0
 def by_period(self):
     return _api_scrape(self.json, 2)
Beispiel #12
0
 def gamenumber(self):
     return _api_scrape(self.json, 5)
Beispiel #13
0
 def last20(self):
     return _api_scrape(self.json, 4)
Beispiel #14
0
 def last15(self):
     return _api_scrape(self.json, 3)
Beispiel #15
0
 def background(self):
     return _api_scrape(self.json, 0)
Beispiel #16
0
 def last3min_deficit_5point(self):
     """
     Results in last 5 minutes <= 5 points
     """
     return _api_scrape(self.json, 2)
Beispiel #17
0
 def closest_defender_shooting_long(self):
     return _api_scrape(self.json, 4)
Beispiel #18
0
 def last10sec_deficit_3point(self):
     """
     Results in last 5 minutes <= 5 points
     """
     return _api_scrape(self.json, 5)
Beispiel #19
0
 def shot_distance_rebounding(self):
     return _api_scrape(self.json, 3)
Beispiel #20
0
 def last1min_plusminus_5point(self):
     """
     Last 1 minutes +/= 5 points
     """
     return _api_scrape(self.json, 8)
Beispiel #21
0
 def passes_recieved(self):
     return _api_scrape(self.json, 1)
Beispiel #22
0
 def last30sec_plusminus_5point(self):
     """
     Last 30 seconds +/= 3 points
     """
     return _api_scrape(self.json, 9)
Beispiel #23
0
 def vs_player_overall(self):
     return _api_scrape(self.json, 1)
Beispiel #24
0
 def shot_5ft(self):
     return _api_scrape(self.json, 1)
Beispiel #25
0
 def shot_area_overall(self):
     return _api_scrape(self.json, 6)
Beispiel #26
0
 def shot_8ft(self):
     return _api_scrape(self.json, 2)
Beispiel #27
0
 def hof(self):
     return _api_scrape(self.json, 6)
Beispiel #28
0
 def shot_areas(self):
     return _api_scrape(self.json, 3)
Beispiel #29
0
 def info(self):
     return _api_scrape(self.json, 0)
Beispiel #30
0
 def assisted_shots(self):
     return _api_scrape(self.json, 4)
Beispiel #31
0
 def shot_clock_shooting(self):
     return _api_scrape(self.json, 1)
Beispiel #32
0
 def shot_types_summary(self):
     return _api_scrape(self.json, 5)
Beispiel #33
0
 def dribble_shooting(self):
     return _api_scrape(self.json, 2)
Beispiel #34
0
 def shot_types_detail(self):
     return _api_scrape(self.json, 6)
Beispiel #35
0
 def touch_time_shooting(self):
     return _api_scrape(self.json, 5)
Beispiel #36
0
 def assisted_by(self):
     return _api_scrape(self.json, 7)
Beispiel #37
0
 def contested_rebounding(self):
     return _api_scrape(self.json, 2)
Beispiel #38
0
 def score_differential(self):
     return _api_scrape(self.json, 1)
Beispiel #39
0
 def rebound_distance_rebounding(self):
     return _api_scrape(self.json, 4)
Beispiel #40
0
 def points_scored(self):
     return _api_scrape(self.json, 2)
Beispiel #41
0
 def passes_made(self):
     return _api_scrape(self.json, 0)
Beispiel #42
0
 def points_against(self):
     return _api_scrape(self.json, 3)
Beispiel #43
0
 def social_sites(self):
     return _api_scrape(self.json, 2)
Beispiel #44
0
 def by_year(self):
     return _api_scrape(self.json, 1)
Beispiel #45
0
 def overall(self):
     return _api_scrape(self.json, 0)
Beispiel #46
0
 def regular_season_career_totals(self):
     return _api_scrape(self.json, 1)
Beispiel #47
0
 def on_off_court(self):
     return _api_scrape(self.json, 2)
Beispiel #48
0
 def post_season_totals(self):
     return _api_scrape(self.json, 2)
Beispiel #49
0
 def shot_distance_off_court(self):
     return _api_scrape(self.json, 5)
Beispiel #50
0
 def post_season_career_totals(self):
     return _api_scrape(self.json, 3)
Beispiel #51
0
 def shot_area_off_court(self):
     return _api_scrape(self.json, 8)
Beispiel #52
0
 def all_star_season_totals(self):
     return _api_scrape(self.json, 4)
Beispiel #53
0
 def awards_div(self):
     return _api_scrape(self.json, 5)
Beispiel #54
0
 def career_all_star_season_totals(self):
     return _api_scrape(self.json, 5)
Beispiel #55
0
 def retired(self):
     return _api_scrape(self.json, 7)
Beispiel #56
0
 def college_season_career_totals(self):
     return _api_scrape(self.json, 7)
Beispiel #57
0
 def coaches(self):
     return _api_scrape(self.json, 1)
Beispiel #58
0
 def season_totals(self):
     return _api_scrape(self.json, 1)
Beispiel #59
0
 def season_ranks(self):
     return _api_scrape(self.json, 1)
Beispiel #60
0
 def by_opponent(self):
     return _api_scrape(self.json, 3)