MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-56036.py

File recipe-56036.py

recipes/Python/56036_Pure_Python_strptime/recipe-56036.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Implementation of time.strptime().
2
3This version was written to work in Jython 2.1 . If you are running CPython
42.2.x or newer, please use the version of Modules/timemodule.c and

Callers

nothing calls this directly

Calls 2

FakeLocaleClass · 0.85
TimeREClass · 0.85

Tested by

no test coverage detected