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

Method resetCommandLine

SRC/interpreter/PythonWrapper.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void
63PythonWrapper::resetCommandLine(int nArgs, int cArg, PyObject* argv)
64{
65 numberArgs = nArgs;
66 currentArg = cArg-1;
67 if (currentArg < 0) currentArg = 0;
68 currentArgv = argv;
69}
70
71void
72PythonWrapper::resetCommandLine(int cArg)

Callers 15

Py_ops_UniaxialMaterialFunction · 0.45
Py_ops_setStrainFunction · 0.45
Py_ops_getStrainFunction · 0.45
Py_ops_getStressFunction · 0.45
Py_ops_getTangentFunction · 0.45
Py_ops_getDampTangentFunction · 0.45
Py_ops_wipeFunction · 0.45
Py_ops_wipeReliabilityFunction · 0.45
Py_ops_modelFunction · 0.45
Py_ops_nodeFunction · 0.45
Py_ops_fixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected