Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ resetInput
Method
resetInput
SRC/interpreter/PythonModule.cpp:377–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
void
378
PythonModule::resetInput(int cArg) {
379
wrapper.resetCommandLine(cArg);
380
}
381
382
int
383
PythonModule::setInt(int *data, int numArgs, bool scalar) {
Callers
1
OPS_ResetCurrentInputArg
Function · 0.45
Calls
1
resetCommandLine
Method · 0.45
Tested by
no test coverage detected