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

Method local_february_name

Lib/test/test_ssl.py:955–956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

953 # `cert_time_to_seconds()` should be locale independent
954
955 def local_february_name():
956 return time.strftime('%b', (1, 2, 3, 4, 5, 6, 0, 0, 0))
957
958 if local_february_name().lower() == 'feb':
959 self.skipTest("locale-specific month name needs to be "

Callers

nothing calls this directly

Calls 1

strftimeMethod · 0.45

Tested by

no test coverage detected