Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xPhoeniX/MazeWalker
/ unload_python
Function
unload_python
MazeTracer/src/python_support.cpp:118–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void unload_python()
119
{
120
if (pPy_IsInitialized && pPy_Finalize)
121
{
122
if (pPy_IsInitialized() > 0)
123
pPy_Finalize();
124
}
125
126
}
127
128
int is_python_ready()
129
{
Callers
2
Fini
Function · 0.85
DetachFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected