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

Function Py_ops_wipeReliability

SRC/interpreter/PythonWrapper.cpp:348–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348static PyObject *Py_ops_wipeReliability(PyObject *self, PyObject *args)
349{
350 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
351
352 if (OPS_wipeReliability() < 0) {
353 opserr<<(void*)0;
354 return NULL;
355 }
356
357 return wrapper->getResults();
358}
359
360static PyObject *Py_ops_model(PyObject *self, PyObject *args)
361{

Callers

nothing calls this directly

Calls 3

OPS_wipeReliabilityFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected