Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumRemainingInputArgs
Method
getNumRemainingInputArgs
SRC/interpreter/PythonModule.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
int
132
PythonModule::getNumRemainingInputArgs(void) {
133
return wrapper.getNumberArgs() - wrapper.getCurrentArg();
134
}
135
136
int
137
PythonModule::getInt(int *data, int numArgs) {
Callers
1
OPS_GetNumRemainingInputArgs
Function · 0.45
Calls
2
getNumberArgs
Method · 0.45
getCurrentArg
Method · 0.45
Tested by
no test coverage detected