| 983 | NB_TRAMPOLINE(ConstexprClass, 1); |
| 984 | |
| 985 | int getInt() const override { |
| 986 | NB_OVERRIDE(getInt); |
| 987 | } |
| 988 | }; |
| 989 | |
| 990 | auto constexpr_class = nb::class_<ConstexprClass, PyConstexprClass>(m, "ConstexprClass") |
nothing calls this directly
no outgoing calls
no test coverage detected