MCPcopy 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
377void
378PythonModule::resetInput(int cArg) {
379 wrapper.resetCommandLine(cArg);
380}
381
382int
383PythonModule::setInt(int *data, int numArgs, bool scalar) {

Callers 1

OPS_ResetCurrentInputArgFunction · 0.45

Calls 1

resetCommandLineMethod · 0.45

Tested by

no test coverage detected