MCPcopy Create free account
hub / github.com/catboost/catboost / Destroy

Method Destroy

tools/py3cc/main.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14struct TPyObjDeleter {
15 static void Destroy(PyObject* o) noexcept {
16 Py_XDECREF(o);
17 }
18};
19using TPyObject = THolder<PyObject, TPyObjDeleter>;
20

Callers 1

ProcessFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected