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

Function test_to_atom_string

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

Source from the content-addressed store, hash-verified

31
32
33def test_to_atom_string():
34 d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local")
35 assert d.to_atom_string() == "1975-12-25T14:15:16-05:00"
36
37
38def test_to_cookie_string():

Callers

nothing calls this directly

Calls 2

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