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

Function test_to_rss_string

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

Source from the content-addressed store, hash-verified

91
92
93def test_to_rss_string():
94 d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local")
95 assert d.to_rss_string() == "Thu, 25 Dec 1975 14:15:16 -0500"
96
97
98def test_to_w3c_string():

Callers

nothing calls this directly

Calls 2

to_rss_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…