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

Function Py_ops_send

SRC/interpreter/PythonWrapper.cpp:2216–2226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2214}
2215
2216static PyObject *Py_ops_send(PyObject *self, PyObject *args)
2217{
2218 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2219
2220 if (OPS_send() < 0) {
2221 opserr<<(void*)0;
2222 return NULL;
2223 }
2224
2225 return wrapper->getResults();
2226}
2227
2228static PyObject *Py_ops_recv(PyObject *self, PyObject *args)
2229{

Callers

nothing calls this directly

Calls 3

OPS_sendFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected