Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ invoke_python_cleanup
Function
invoke_python_cleanup
src/python/python_runtime.cpp:774–778 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
772
}
773
774
void invoke_python_cleanup() {
775
if (g_bridge.cleanup) {
776
g_bridge.cleanup();
777
}
778
}
779
780
void shutdown_python_ui_resources() {
781
if (g_bridge.shutdown_ui_resources) {
Callers
1
finalize
Function · 0.85
Calls
1
cleanup
Method · 0.45
Tested by
no test coverage detected