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

Function Py_ops_record

SRC/interpreter/PythonWrapper.cpp:1603–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601}
1602
1603static PyObject *Py_ops_record(PyObject *self, PyObject *args)
1604{
1605 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1606
1607 if (OPS_record() < 0) {
1608 opserr<<(void*)0;
1609 return NULL;
1610 }
1611
1612 return wrapper->getResults();
1613}
1614
1615static PyObject *Py_ops_metaData(PyObject *self, PyObject *args)
1616{

Callers

nothing calls this directly

Calls 3

OPS_recordFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected