Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ RegisterCleanup
Function
RegisterCleanup
python/common/PyUtil.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
} // namespace
76
77
void RegisterCleanup(py::module &m, std::function<void()> fn)
78
{
79
static Cleanup cleanup;
80
cleanup.addHandler(std::move(fn));
81
}
82
83
std::string GetFullyQualifiedName(py::handle h)
84
{
Callers
2
Export
Method · 0.85
Export
Method · 0.85
Calls
1
addHandler
Method · 0.80
Tested by
no test coverage detected