MCPcopy Create free account
hub / github.com/bab2min/tomotopy / getTypeObj

Method getTypeObj

src/python/handler/PyUtils.h:2104–2104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2102 static PyTypeObject* obj;
2103
2104 static constexpr PyObject* getTypeObj() { return (PyObject*)obj; }
2105 };
2106
2107 template<typename Ty> PyTypeObject* TypeWrapper<Ty>::obj = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected