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

Function Py_ops_system

SRC/interpreter/PythonWrapper.cpp:444–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444static PyObject *Py_ops_system(PyObject *self, PyObject *args)
445{
446 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
447
448 if (OPS_System() < 0) {
449 opserr<<(void*)0;
450 return NULL;
451 }
452
453 return wrapper->getResults();
454}
455
456static PyObject *Py_ops_numberer(PyObject *self, PyObject *args)
457{

Callers

nothing calls this directly

Calls 3

OPS_SystemFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected