time

This module provides time related functionality.

Functions

time.sleep(secs)

Suspends the execution of the program for the given amount of seconds or until a signal is received.

Note

This function may return earlier than the given amount of delay.