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

Function Py_ops_numFact

SRC/interpreter/PythonWrapper.cpp:1940–1950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1938}
1939
1940static PyObject *Py_ops_numFact(PyObject *self, PyObject *args)
1941{
1942 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1943
1944 if (OPS_numFact() < 0) {
1945 opserr<<(void*)0;
1946 return NULL;
1947 }
1948
1949 return wrapper->getResults();
1950}
1951
1952static PyObject *Py_ops_numIter(PyObject *self, PyObject *args)
1953{

Callers

nothing calls this directly

Calls 3

OPS_numFactFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected