Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ round_hour
Function
round_hour
tools/github_stats.py:78–79 ·
view source on GitHub ↗
(dt)
Source
from the content-addressed store, hash-verified
76
77
78
def
round_hour(dt):
79
return
dt.replace(minute=0, second=0, microsecond=0)
80
81
82
def
_parse_datetime(s):
Callers
2
issues_closed_since
Function · 0.85
github_stats.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…