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

Function Py_ops_systemSize

SRC/interpreter/PythonWrapper.cpp:1964–1974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962}
1963
1964static PyObject *Py_ops_systemSize(PyObject *self, PyObject *args)
1965{
1966 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1967
1968 if (OPS_systemSize() < 0) {
1969 opserr<<(void*)0;
1970 return NULL;
1971 }
1972
1973 return wrapper->getResults();
1974}
1975
1976static PyObject *Py_ops_version(PyObject *self, PyObject *args)
1977{

Callers

nothing calls this directly

Calls 3

OPS_systemSizeFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected