MCPcopy 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
78def round_hour(dt):
79 return dt.replace(minute=0, second=0, microsecond=0)
80
81
82def _parse_datetime(s):

Callers 2

issues_closed_sinceFunction · 0.85
github_stats.pyFile · 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…