MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_to_cookie_string

Function test_to_cookie_string

tests/datetime/test_strings.py:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38def test_to_cookie_string():
39 d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local")
40 assert d.to_cookie_string() == "Thursday, 25-Dec-1975 14:15:16 EST"
41
42
43def test_to_iso8601_string():

Callers

nothing calls this directly

Calls 2

to_cookie_stringMethod · 0.80
datetimeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…