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

Function Py_ops_NDTest

SRC/interpreter/PythonWrapper.cpp:2998–3007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2996}
2997
2998static PyObject *Py_ops_NDTest(PyObject *self, PyObject *args) {
2999 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
3000
3001 if (OPS_NDTest() < 0) {
3002 opserr << (void *)0;
3003 return NULL;
3004 }
3005
3006 return wrapper->getResults();
3007}
3008
3009/////////////////////////////////////////////////
3010////////////// Add Python commands //////////////

Callers

nothing calls this directly

Calls 3

getResultsMethod · 0.80
OPS_NDTestFunction · 0.70
resetCommandLineMethod · 0.45

Tested by

no test coverage detected