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

Function Py_ops_pattern

SRC/interpreter/PythonWrapper.cpp:420–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420static PyObject *Py_ops_pattern(PyObject *self, PyObject *args)
421{
422 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
423
424 if (OPS_Pattern() < 0) {
425 opserr<<(void*)0;
426 return NULL;
427 }
428
429 return wrapper->getResults();
430}
431
432static PyObject *Py_ops_nodalLoad(PyObject *self, PyObject *args)
433{

Callers

nothing calls this directly

Calls 3

OPS_PatternFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected