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

Function test_func_sig_rendering

tests/test_native_enum.py:169–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167
168
169def test_func_sig_rendering():
170 assert m.pass_and_return_func_sig_rendering.__doc__.startswith(
171 "pass_and_return_func_sig_rendering(e: pybind11_tests.native_enum.func_sig_rendering)"
172 " -> pybind11_tests.native_enum.func_sig_rendering"
173 )
174
175
176def test_type_caster_enum_type_enabled_false():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected