I was searching for a usleep() function in Python 2.7.
Does anybody know if it does exist, maybe with another function name?
from time import sleep sleep(seconds)
More info.