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

Method test_pickle_enum_function

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

Source from the content-addressed store, hash-verified

1825
1826 @reraise_if_not_enum(Answer)
1827 def test_pickle_enum_function(self):
1828 test_pickle_dump_load(self.assertIs, Answer.him)
1829 test_pickle_dump_load(self.assertIs, Answer)
1830
1831 @reraise_if_not_enum(Question)
1832 def test_pickle_enum_function_with_module(self):

Callers

nothing calls this directly

Calls 1

test_pickle_dump_loadFunction · 0.85

Tested by

no test coverage detected