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

Function Py_ops_logFile

SRC/interpreter/PythonWrapper.cpp:2802–2812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2800}
2801
2802static PyObject *Py_ops_logFile(PyObject *self, PyObject *args)
2803{
2804 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2805
2806 if (OPS_logFile() < 0) {
2807 opserr<<(void*)0;
2808 return NULL;
2809 }
2810
2811 return wrapper->getResults();
2812}
2813
2814static PyObject *Py_ops_setStartNodeTag(PyObject *self, PyObject *args)
2815{

Callers

nothing calls this directly

Calls 3

OPS_logFileFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected