Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ test_enum_pickle
Function
test_enum_pickle
tests/test_pickling.py:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
test_enum_pickle():
93
from
pybind11_tests
import
enums
as
e
94
95
data = pickle.dumps(e.EOne, 2)
96
assert e.EOne == pickle.loads(data)
97
98
99
#
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected