MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _parse_datetime

Function _parse_datetime

tools/github_stats.py:82–84  ·  view source on GitHub ↗

Parse dates in the format returned by the GitHub API.

(s)

Source from the content-addressed store, hash-verified

80
81
82def _parse_datetime(s):
83 """Parse dates in the format returned by the GitHub API."""
84 return datetime.strptime(s, ISO8601) if s else datetime.fromtimestamp(0)
85
86
87def issues2dict(issues):

Callers 1

issues_closed_sinceFunction · 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…