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

Function Py_ops_getCTestIter

SRC/interpreter/PythonWrapper.cpp:1039–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039static PyObject *Py_ops_getCTestIter(PyObject *self, PyObject *args)
1040{
1041 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1042
1043 if (OPS_getCTestIter() < 0) {
1044 opserr<<(void*)0;
1045 return NULL;
1046 }
1047
1048 return wrapper->getResults();
1049}
1050
1051static PyObject *Py_ops_recorder(PyObject *self, PyObject *args)
1052{

Callers

nothing calls this directly

Calls 3

OPS_getCTestIterFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected