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

Function Py_ops_parameter

SRC/interpreter/PythonWrapper.cpp:2132–2142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2130}
2131
2132static PyObject *Py_ops_parameter(PyObject *self, PyObject *args)
2133{
2134 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2135
2136 if (OPS_Parameter() < 0) {
2137 opserr<<(void*)0;
2138 return NULL;
2139 }
2140
2141 return wrapper->getResults();
2142}
2143
2144static PyObject *Py_ops_addToParameter(PyObject *self, PyObject *args)
2145{

Callers

nothing calls this directly

Calls 3

OPS_ParameterFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected