()
| 167 | |
| 168 | |
| 169 | def 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 | |
| 176 | def test_type_caster_enum_type_enabled_false(): |
nothing calls this directly
no outgoing calls
no test coverage detected