Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ OPS_ResetCommandLine
Function
OPS_ResetCommandLine
SRC/interpreter/OpenSeesCommandsPython.cpp:832–836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
830
831
extern
"C"
832
void OPS_ResetCommandLine(int nArgs, int cArg, PyObject *args) {
833
numberArgs = nArgs;
834
currentArg = cArg;
835
currentArgs = args;
836
}
837
838
839
extern
"C"
Callers
15
ops_UniaxialMaterialCommand
Function · 0.85
ops_testUniaxialMaterial
Function · 0.85
ops_Model
Function · 0.85
ops_addNode
Function · 0.85
ops_addHomogeneousBC
Function · 0.85
ops_addElement
Function · 0.85
ops_addTimeSeries
Function · 0.85
ops_addPattern
Function · 0.85
ops_addNodalLoad
Function · 0.85
ops_addSP
Function · 0.85
ops_addSection
Function · 0.85
ops_addNDMaterial
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected