| 2940 | |
| 2941 | struct enum_base { |
| 2942 | enum_base(const handle &base, const handle &parent) : m_base(base), m_parent(parent) {} |
| 2943 | |
| 2944 | PYBIND11_NOINLINE void init(bool is_arithmetic, bool is_convertible) { |
| 2945 | m_base.attr("__entries") = dict(); |
nothing calls this directly
no outgoing calls
no test coverage detected