MCPcopy 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
470void cleanupFunc() {
471 module->getCmds().wipe();
472 if (module != 0) {
473 delete module;
474 }
475}
476
477struct module_state {
478 PyObject *error;

Callers

nothing calls this directly

Calls 1

wipeMethod · 0.45

Tested by

no test coverage detected