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

Function Py_ops_node

SRC/interpreter/PythonWrapper.cpp:372–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static PyObject *Py_ops_node(PyObject *self, PyObject *args)
373{
374 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
375
376 if (OPS_Node() < 0) {
377 opserr<<(void*)0;
378 return NULL;
379 }
380
381 return wrapper->getResults();
382}
383
384static PyObject *Py_ops_fix(PyObject *self, PyObject *args)
385{

Callers

nothing calls this directly

Calls 3

getResultsMethod · 0.80
OPS_NodeFunction · 0.50
resetCommandLineMethod · 0.45

Tested by

no test coverage detected