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

Function test_to_iso8601_string_utc

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

Source from the content-addressed store, hash-verified

46
47
48def test_to_iso8601_string_utc():
49 d = pendulum.datetime(1975, 12, 25, 14, 15, 16)
50 assert d.to_iso8601_string() == "1975-12-25T14:15:16Z"
51
52
53def test_to_iso8601_extended_string():

Callers

nothing calls this directly

Calls 2

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