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

Function Py_ops_sectionLocation

SRC/interpreter/PythonWrapper.cpp:1783–1793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1781}
1782
1783static PyObject *Py_ops_sectionLocation(PyObject *self, PyObject *args)
1784{
1785 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1786
1787 if (OPS_sectionLocation() < 0) {
1788 opserr<<(void*)0;
1789 return NULL;
1790 }
1791
1792 return wrapper->getResults();
1793}
1794
1795static PyObject *Py_ops_sectionWeight(PyObject *self, PyObject *args)
1796{

Callers

nothing calls this directly

Calls 3

OPS_sectionLocationFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected