Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Jun 16, 2019
1 parent 52547bf commit 0fcb1ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions annofabapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def _request_wrapper(self,
def login(self) -> Tuple[Dict[str, Any], requests.Response]:
"""
ログイン
Returns:
Tuple[Token, requests.Response]
Expand All @@ -205,6 +206,7 @@ def logout(self) -> Optional[Tuple[Dict[str, Any], requests.Response]]:
"""
ログアウト
ログインしていないときはNoneを返す。
Returns:
Tuple[Token, requests.Response]. ログインしていないときはNone.
Expand All @@ -226,6 +228,7 @@ def refresh_token(self
"""
トークン リフレッシュ
ログインしていないときはNoneを返す。
Returns:
Tuple[Token, requests.Response]. ログインしていないときはNone.
"""
Expand Down

0 comments on commit 0fcb1ef

Please sign in to comment.