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

Function Py_ops_getNodeLoadData

SRC/interpreter/PythonWrapper.cpp:2432–2442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2430}
2431
2432static PyObject *Py_ops_getNodeLoadData(PyObject *self, PyObject *args)
2433{
2434 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2435
2436 if (OPS_getNodeLoadData() < 0) {
2437 opserr<<(void*)0;
2438 return NULL;
2439 }
2440
2441 return wrapper->getResults();
2442}
2443
2444static PyObject *Py_ops_randomVariable(PyObject *self, PyObject *args)
2445{

Callers

nothing calls this directly

Calls 3

OPS_getNodeLoadDataFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected