MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_export_values

Function test_export_values

tests/test_native_enum.py:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def test_export_values():
104 assert m.exv0 is m.export_values.exv0
105 assert m.exv1 is m.export_values.exv1
106
107
108def test_class_doc():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected