mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring
This commit is contained in:
@@ -19,7 +19,7 @@ if WINDOWS:
|
|||||||
async def sleep(sleep_for: float) -> None:
|
async def sleep(sleep_for: float) -> None:
|
||||||
"""An asyncio sleep.
|
"""An asyncio sleep.
|
||||||
|
|
||||||
On Windows this achieves a better granularity that asyncio.sleep(0)
|
On Windows this achieves a better granularity that asyncio.sleep
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
sleep_for (float): Seconds to sleep for.
|
sleep_for (float): Seconds to sleep for.
|
||||||
|
|||||||
Reference in New Issue
Block a user