MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / dateTimeFromStr

Function dateTimeFromStr

tools/donate-cpu-server.py:76–77  ·  view source on GitHub ↗
(datestr: str)

Source from the content-addressed store, hash-verified

74
75
76def dateTimeFromStr(datestr: str) -> datetime.datetime:
77 return datetime.datetime.strptime(datestr, '%Y-%m-%d %H:%M')
78
79
80def pkg_from_file(filename: str) -> str:

Callers 2

staleReportFunction · 0.85
clientsReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected