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

Function Py_ops_getPatterns

SRC/interpreter/PythonWrapper.cpp:1279–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279static PyObject *Py_ops_getPatterns(PyObject *self, PyObject *args)
1280{
1281 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1282
1283 if (OPS_getPatterns() < 0) {
1284 opserr<<(void*)0;
1285 return NULL;
1286 }
1287
1288 return wrapper->getResults();
1289}
1290
1291static PyObject *Py_ops_getFixedNodes(PyObject *self, PyObject *args)
1292{

Callers

nothing calls this directly

Calls 3

OPS_getPatternsFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected