示例#1
0
 def __init__(self, player_id, season=default_season):
     url_modifier = 'playerdashptreboundlogs'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_base,
                              PlayerID=player_id,
                              Season=season)
示例#2
0
 def __init__(self, player_id, season=default_season):
     url_modifier = 'playergamelog'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_gamelogs,
                              PlayerID=player_id,
                              Season=season)
示例#3
0
 def __init__(self, season=default_season, is_only_current_season=1):
     url_modifier = 'commonallplayers'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_list,
                              Season=season,
                              IsOnlyCurrentSeason=is_only_current_season)
示例#4
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'boxscorescoringv2'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_base,
                              GameID=gameid,
                              **kwargs)
示例#5
0
 def __init__(self, player_id, season=default_season):
     url_modifier = 'playerdashptshotdefend'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_dashboard,
                              PlayerID=player_id,
                              Season=season)
示例#6
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'playbyplayv2'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_game_pbp,
                              GameID=gameid,
                              **kwargs)
示例#7
0
 def __init__(self, player_id, season=default_season):
     url_modifier = 'shotchartdetail'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_shotchart,
                              PlayerID=player_id,
                              Season=season)
示例#8
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashptreb'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_team_dashbd,
                              TeamID=team_id,
                              **kwargs)
示例#9
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'boxscoreadvancedv2'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_game_bs,
                              GameID=gameid,
                              **kwargs)
示例#10
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamyearbyyearstats'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_base,
                              TeamID=team_id,
                              **kwargs)
示例#11
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashptshotdefend'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_base,
                              TeamID=team_id,
                              **kwargs)
示例#12
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashlineups'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_team_lineups,
                              TeamID=team_id,
                              **kwargs)
示例#13
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashboardbygeneralsplits'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_team_split,
                              TeamID=team_id,
                              **kwargs)
示例#14
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teaminfocommon'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_team_info,
                              TeamID=team_id,
                              **kwargs)
示例#15
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamplayerdashboard'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_team_season,
                              TeamID=team_id,
                              **kwargs)
示例#16
0
 def __init__(self, player_id, **kwargs):
     url_modifier = 'commonplayerinfo'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_base,
                              PlayerID=player_id,
                              **kwargs)
示例#17
0
 def __init__(self, player_id, **kwargs):
     url_modifier = 'playergamelog'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_gamelogs,
                              PlayerID=player_id,
                              **kwargs)
示例#18
0
 def __init__(self, player_id, **kwargs):
     url_modifier = 'playerdashboardbygeneralsplits'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_career,
                              PlayerID=player_id,
                              **kwargs)
示例#19
0
 def __init__(self, player_id, **kwargs):
     url_modifier = 'playerdashptreboundlogs'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_base,
                              PlayerID=player_id,
                              **kwargs)
示例#20
0
 def __init__(self, player_id, **kwargs):
     url_modifier = 'playerprofilev2'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_career,
                              PlayerID=player_id,
                              **kwargs)
示例#21
0
 def __init__(self, player_id, **kwargs):
     url_modifier = 'playerdashptshots'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_dashboard,
                              PlayerID=player_id,
                              **kwargs)
示例#22
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamgamelog'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_gamelogs,
                              TeamID=team_id,
                              **kwargs)
示例#23
0
 def __init__(self, date, **kwargs):
     url_modifier = 'scoreboardV2'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_league_sb,
                              gameDate=date,
                              **kwargs)
示例#24
0
 def __init__(self, player_id, **kwargs):
     url_modifier = 'shotchartdetail'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_ply_shotchart,
                              PlayerID=player_id,
                              **kwargs)
示例#25
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'commonteamroster'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_base,
                              TeamID=team_id,
                              **kwargs)
示例#26
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamplayeronoffdetails'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              default_params=p_team_onoff,
                              TeamID=team_id,
                              **kwargs)
示例#27
0
 def __init__(self, player_id):
     url_modifier = 'playergamelog'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_ply_gamelogs, PlayerID=player_id)
示例#28
0
 def __init__(self, player_id):
     url_modifier = 'commonplayerinfo'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_base, PlayerID=player_id)
示例#29
0
 def __init__(self, player_id):
     url_modifier = 'playerdashboardbygeneralsplits'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_ply_career, PlayerID=player_id)
示例#30
0
 def __init__(self, player_id):
     url_modifier = 'playerdashptreboundlogs'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_base, PlayerID=player_id)
示例#31
0
 def __init__(self, player_id):
     url_modifier = 'playerprofilev2'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_ply_career, PlayerID=player_id)
示例#32
0
 def __init__(self):
     url_modifier = 'commonallplayers'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_ply_list)
示例#33
0
 def __init__(self, **kwargs):
     url_modifier = 'draftcombinestats'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft, **kwargs)
示例#34
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashboardbygeneralsplits'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_team_split,
                              TeamID=team_id, **kwargs)
示例#35
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamyearbyyearstats'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_base,
                              TeamID=team_id, **kwargs)
示例#36
0
 def __init__(self, **kwargs):
     url_modifier = 'leaguegamelog'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_game_ids, **kwargs)
示例#37
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'playbyplayv2'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_game_pbp, GameID=gameid, **kwargs)
示例#38
0
 def __init__(self, player_id):
     url_modifier = 'playerdashptreb'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_ply_dashboard, PlayerID=player_id)
示例#39
0
 def __init__(self, player_id):
     url_modifier = 'shotchartdetail'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_ply_shotchart, PlayerID=player_id)
示例#40
0
 def __init__(self, **kwargs):
     url_modifier = 'draftcombinenonstationaryshooting'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft, **kwargs)
示例#41
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashptreb'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_team_dashbd,
                              TeamID=team_id, **kwargs)
示例#42
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'commonteamroster'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_base,
                              TeamID=team_id, **kwargs)
示例#43
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashptshotdefend'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_base,
                              TeamID=team_id, **kwargs)
示例#44
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamplayeronoffdetails'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_team_onoff,
                              TeamID=team_id, **kwargs)
示例#45
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'boxscorescoringv2'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_base, GameID=gameid, **kwargs)
示例#46
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamdashlineups'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_team_lineups,
                              TeamID=team_id, **kwargs)
示例#47
0
 def __init__(self):
     url_modifier = 'draftcombinedrillresults'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft)
示例#48
0
 def __init__(self):
     url_modifier = 'draftcombineplayeranthro'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft)
示例#49
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'boxscoresummaryv2'
     NbaDataProvider.__init__(self,
                              url_modifier=url_modifier,
                              GameID=gameid,
                              **kwargs)
示例#50
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teaminfocommon'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_info,
                              TeamID=team_id, **kwargs)
示例#51
0
 def __init__(self):
     url_modifier = 'draftcombinespotshooting'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft)
示例#52
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamplayerdashboard'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_team_season,
                              TeamID=team_id, **kwargs)
示例#53
0
 def __init__(self):
     url_modifier = 'draftcombinespotshooting'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft)
示例#54
0
 def __init__(self, team_id, **kwargs):
     url_modifier = 'teamgamelog'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_ply_gamelogs,
                              TeamID=team_id, **kwargs)
示例#55
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'boxscoresummaryv2'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, GameID=gameid, **kwargs)
示例#56
0
 def __init__(self):
     url_modifier = 'leaguedashteamstats'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_league_classic)
示例#57
0
 def __init__(self):
     url_modifier = 'draftcombinedrillresults'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft)
示例#58
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'boxscoreplayertrackv2'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, GameID=gameid, **kwargs)
示例#59
0
 def __init__(self):
     url_modifier = 'draftcombineplayeranthro'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_draft)
示例#60
0
 def __init__(self, gameid, **kwargs):
     url_modifier = 'boxscoretraditionalv2'
     NbaDataProvider.__init__(self, url_modifier=url_modifier, default_params=p_game_bs, GameID=gameid, **kwargs)