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

Function Py_ops_wipe

SRC/interpreter/PythonWrapper.cpp:336–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336static PyObject *Py_ops_wipe(PyObject *self, PyObject *args)
337{
338 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
339
340 if (OPS_wipe() < 0) {
341 opserr<<(void*)0;
342 return NULL;
343 }
344
345 return wrapper->getResults();
346}
347
348static PyObject *Py_ops_wipeReliability(PyObject *self, PyObject *args)
349{

Callers

nothing calls this directly

Calls 3

OPS_wipeFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected