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

Function test_pickle

tests/time/test_behavior.py:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def test_pickle():
32 dt1 = Time(12, 34, 56, 123456)
33 s = pickle.dumps(dt1)
34 dt2 = pickle.loads(s)
35
36 assert dt2 == dt1
37
38
39def test_utcoffset(p, d):

Callers

nothing calls this directly

Calls 1

TimeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…