MCPcopy Index your code
hub / github.com/python/cpython / sched.py

File sched.py

Lib/sched.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""A generally useful event scheduler class.
2
3Each instance of this class manages its own queue.
4No multi-threading is implied; you are supposed to hack that

Callers

nothing calls this directly

Calls 1

namedtupleFunction · 0.90

Tested by

no test coverage detected