Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
struct TPyObjDeleter {
15
static void Destroy(PyObject* o) noexcept {
16
Py_XDECREF(o);
17
}
18
};
19
using TPyObject = THolder<PyObject, TPyObjDeleter>;
20
Callers
1
ProcessFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected