MCPcopy Index your code
hub / github.com/python/cpython / test_pickle_int

Method test_pickle_int

Lib/test/test_enum.py:1817–1819  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1815
1816 @reraise_if_not_enum(IntStooges)
1817 def test_pickle_int(self):
1818 test_pickle_dump_load(self.assertIs, IntStooges.CURLY)
1819 test_pickle_dump_load(self.assertIs, IntStooges)
1820
1821 @reraise_if_not_enum(FloatStooges)
1822 def test_pickle_float(self):

Callers

nothing calls this directly

Calls 1

test_pickle_dump_loadFunction · 0.85

Tested by

no test coverage detected