MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_pickle_enum_function

Method test_pickle_enum_function

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

Source from the content-addressed store, hash-verified

1795
1796 @reraise_if_not_enum(Answer)
1797 def test_pickle_enum_function(self):
1798 test_pickle_dump_load(self.assertIs, Answer.him)
1799 test_pickle_dump_load(self.assertIs, Answer)
1800
1801 @reraise_if_not_enum(Question)
1802 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