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

Function Py_ops_sectionWeight

SRC/interpreter/PythonWrapper.cpp:1795–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1793}
1794
1795static PyObject *Py_ops_sectionWeight(PyObject *self, PyObject *args)
1796{
1797 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1798
1799 if (OPS_sectionWeight() < 0) {
1800 opserr<<(void*)0;
1801 return NULL;
1802 }
1803
1804 return wrapper->getResults();
1805}
1806
1807static PyObject *Py_ops_sectionResponseType(PyObject *self, PyObject *args)
1808{

Callers

nothing calls this directly

Calls 3

OPS_sectionWeightFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected