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

Method test_pickle_enum

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

Source from the content-addressed store, hash-verified

1780
1781 @reraise_if_not_enum(Stooges)
1782 def test_pickle_enum(self):
1783 test_pickle_dump_load(self.assertIs, Stooges.CURLY)
1784 test_pickle_dump_load(self.assertIs, Stooges)
1785
1786 @reraise_if_not_enum(IntStooges)
1787 def test_pickle_int(self):

Callers

nothing calls this directly

Calls 1

test_pickle_dump_loadFunction · 0.85

Tested by

no test coverage detected