Name

enterabs

Synopsis

                     s.enterabs(when,priority,func,args)

Schedules a future event (i.e., a callback to func (* args )) at time when. when is expressed in the same units of measure used by the time functions of s. If several events are scheduled for the same instant, s executes them in increasing order of priority. enterabs returns an event token t, which you may later pass to s .cancel to cancel this event.

Get Python in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.