eJSrSSKrSSKrSSKJr SSKJr SSKrSSKJr S/r \"SS5r S \ RlS \ RlS \ RlS \ RlS \ RlS\ R l\"5r"SS5rg)aA generally useful event scheduler class. Each instance of this class manages its own queue. No multi-threading is implied; you are supposed to hack that yourself, or use a single instance per application. Each instance is parametrized with two functions, one that is supposed to return the current time, one that is supposed to implement a delay. You can implement real-time scheduling by substituting time and sleep from built-in module time, or you can implement simulated time by writing your own functions. This can also be used to integrate scheduling with STDWIN events; the delay function is allowed to modify the queue. Time can be expressed as integers or floating-point numbers, as long as it is consistent. Events are specified by tuples (time, priority, action, argument, kwargs). As in UNIX, lower priority numbers mean higher priority; in this way the queue can be maintained as a priority queue. Execution of the event means calling the action function, passing it the argument sequence in "argument" (remember that in Python, multiple function arguments are be packed in a sequence) and keyword parameters in "kwargs". The action function may be an instance method so it has another way to reference private data (besides global variables). N) namedtuple)count) monotonic schedulerEventz2time, priority, sequence, action, argument, kwargszaNumeric type compatible with the return value of the timefunc function passed to the constructor.zSEvents scheduled for the same time will be executed in the order of their priority.zbA continually increasing sequence number that separates events if time and priority are equal.z?Executing the event means executing action(*argument, **kwargs)zGargument is a sequence holding the positional arguments for the action.zDkwargs is a dictionary holding the keyword arguments for the action.cx\rSrSr\\R 4SjrS\4Sjr S\4Sjr Sr Sr S Sjr \S 5rS rg ) r3c|/Ul[R"5UlXlX l[ 5Ulg)z?Initialize a new instance, passing the time and delay functionsN)_queue threadingRLock_locktimefunc delayfuncr_sequence_generator)selfrrs +/opt/imh/python3.13/lib/python3.13/sched.py__init__scheduler.__init__5s- __&  "#(7 c U[La0nUR [X[UR5X4U5n[ R "URU5 SSS5 U$!,(df  W$=f)zEnter a new event in the queue at an absolute time. Returns an ID for the event which can be used to remove it, if necessary. N) _sentinelrrnextrheapqheappushr )rtimepriorityactionargumentkwargsevents renterabsscheduler.enterabs>sc Y F ZZ$$t/G/G*H F4E NN4;; . Z s AA%% A4cNUR5U-nURXbX4U5$)zkA variant that specifies the time as a relative time. This is actually the more commonly used interface. )rr#)rdelayrrr r!rs renterscheduler.enterNs' }}&}}TVvFFrcUR URRU5 [R"UR5 SSS5 g!,(df  g=f)zRemove an event from the queue. This must be presented the ID as returned by enter(). If the event is not in the queue, this raises ValueError. N)rr removerheapify)rr"s rcancelscheduler.cancelWs7ZZ KK  u % MM$++ &ZZs =f)z}An ordered list of upcoming events. Events are named tuples with fields for: time, priority, action, arguments, kwargs N)rr listmaprr2len)reventss rqueuescheduler.queuesFZZ[[^FC xF ';<==Zs A A#)rr rrrN)T)__name__ __module__ __qualname____firstlineno___timersleeprrr#r'r,r/r9propertyr@__static_attributes__rrrrr3sM %+9;9 79G '# 1f > >r)__doc__rr collectionsr itertoolsrr rrF__all__rrr7rr r!objectrrrrrrOs2 "# -7PQ0 #8   H t>t>r