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

Function Py_ops_SP

SRC/interpreter/PythonWrapper.cpp:871–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871static PyObject *Py_ops_SP(PyObject *self, PyObject *args)
872{
873 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
874
875 if (OPS_SP() < 0) {
876 opserr<<(void*)0;
877 return NULL;
878 }
879
880 return wrapper->getResults();
881}
882
883static PyObject *Py_ops_fixX(PyObject *self, PyObject *args)
884{

Callers

nothing calls this directly

Calls 3

OPS_SPFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected