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

Function Py_ops_print

SRC/interpreter/PythonWrapper.cpp:967–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965}
966
967static PyObject *Py_ops_print(PyObject *self, PyObject *args)
968{
969 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
970
971 if (OPS_printModel() < 0) {
972 opserr<<(void*)0;
973 return NULL;
974 }
975
976 return wrapper->getResults();
977}
978
979static PyObject *Py_ops_printA(PyObject *self, PyObject *args)
980{

Callers

nothing calls this directly

Calls 3

OPS_printModelFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected