MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / Holder

Method Holder

src/python/PyImathNumpy/imathnumpymodule.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22struct Holder
23{
24 Holder( T &a ) : m_val( a ) {}
25 static void Cleanup (PyObject *capsule)
26 {
27 Holder* h = static_cast<Holder*> (PyCapsule_GetPointer (capsule, NULL));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected