mirror of
https://github.com/pocketpy/pocketpy
synced 2026-05-06 10:13:37 +00:00
12 lines
281 B
Markdown
12 lines
281 B
Markdown
### `time.time()`
|
|
|
|
Returns the current time in seconds since the epoch as a floating point number.
|
|
|
|
### `time.sleep(secs)`
|
|
|
|
Suspend execution of the calling thread for the given number of seconds.
|
|
|
|
### `time.localtime()`
|
|
|
|
Returns the current struct time as a `struct_time` object.
|