MCPcopy Index your code
hub / github.com/python/cpython / fixasctime

Function fixasctime

Lib/test/test_strftime.py:14–17  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

12
13# helper functions
14def fixasctime(s):
15 if s[8] == ' ':
16 s = s[:8] + '0' + s[9:]
17 return s
18
19def escapestr(text, ampm):
20 """

Callers 1

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