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

Function Py_ops_printGID

SRC/interpreter/PythonWrapper.cpp:1015–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015static PyObject *Py_ops_printGID(PyObject *self, PyObject *args)
1016{
1017 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1018
1019 if (OPS_printModelGID() < 0) {
1020 opserr<<(void*)0;
1021 return NULL;
1022 }
1023
1024 return wrapper->getResults();
1025}
1026
1027static PyObject *Py_ops_getCTestNorms(PyObject *self, PyObject *args)
1028{

Callers

nothing calls this directly

Calls 3

OPS_printModelGIDFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected