Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
Each instance of this
class
manages its own queue.
4
No multi-threading is implied; you are supposed to hack that
Callers
nothing calls this directly
Calls
1
namedtuple
Function · 0.90
Tested by
no test coverage detected