(self)
| 1918 | futures_ping.__doc__ = Client.futures_ping.__doc__ |
| 1919 | |
| 1920 | async def futures_time(self): |
| 1921 | return await self._request_futures_api("get", "time") |
| 1922 | |
| 1923 | futures_time.__doc__ = Client.futures_time.__doc__ |
| 1924 |
nothing calls this directly
no test coverage detected