https://github.com/plamere/spotipy/blob/master/spotipy/oauth2.py#L197-L202
def get_access_token(self, code):
""" Gets the access token for the app given the code
Parameters:
- code - the response code
"""
書き方
"""
メソッドの説明
Parameters:
- 引数 - 説明
"""
戻り値の説明は???
Return:
とかでかけないかな