MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / Py_ops_remove

Function Py_ops_remove

SRC/interpreter/PythonWrapper.cpp:775–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775static PyObject *Py_ops_remove(PyObject *self, PyObject *args)
776{
777 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
778
779 if (OPS_removeObject() < 0) {
780 opserr<<(void*)0;
781 return NULL;
782 }
783
784 return wrapper->getResults();
785}
786
787static PyObject *Py_ops_mass(PyObject *self, PyObject *args)
788{

Callers

nothing calls this directly

Calls 3

OPS_removeObjectFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected