mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: add missing docstring
This commit is contained in:
@@ -1803,6 +1803,7 @@ class Exchange:
|
|||||||
@retrier
|
@retrier
|
||||||
def get_tickers(self, symbols: list[str] | None = None, cached: bool = False) -> Tickers:
|
def get_tickers(self, symbols: list[str] | None = None, cached: bool = False) -> Tickers:
|
||||||
"""
|
"""
|
||||||
|
:param symbols: List of symbols to fetch
|
||||||
:param cached: Allow cached result
|
:param cached: Allow cached result
|
||||||
:return: fetch_tickers result
|
:return: fetch_tickers result
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user