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

Function Py_ops_convertBinaryToText

SRC/interpreter/PythonWrapper.cpp:1663–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661}
1662
1663static PyObject *Py_ops_convertBinaryToText(PyObject *self, PyObject *args)
1664{
1665 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1666
1667 if (OPS_convertBinaryToText() < 0) {
1668 opserr<<(void*)0;
1669 return NULL;
1670 }
1671
1672 return wrapper->getResults();
1673}
1674
1675static PyObject *Py_ops_getEleTags(PyObject *self, PyObject *args)
1676{

Callers

nothing calls this directly

Calls 3

OPS_convertBinaryToTextFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected