Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ cleanupFunc
Function
cleanupFunc
SRC/interpreter/PythonModule.cpp:470–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
void cleanupFunc() {
471
module->getCmds().wipe();
472
if (module != 0) {
473
delete module;
474
}
475
}
476
477
struct module_state {
478
PyObject *error;
Callers
nothing calls this directly
Calls
1
wipe
Method · 0.45
Tested by
no test coverage detected