Lines Matching defs:time
9 import time48 start_time = time.monotonic()51 if time.monotonic() > deadline:53 time.sleep(0.010)1055 import time1056 # Give plenty of time for the main interpreter to finish.1057 time.sleep(1_000_000)1421 time.sleep(0.1)1440 import time1447 time.sleep(0.1)