| 2102 | static PyTypeObject* obj; |
| 2103 | |
| 2104 | static constexpr PyObject* getTypeObj() { return (PyObject*)obj; } |
| 2105 | }; |
| 2106 | |
| 2107 | template<typename Ty> PyTypeObject* TypeWrapper<Ty>::obj = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected