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

Method runCommand

SRC/interpreter/PythonModule.cpp:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455int
456PythonModule::runCommand(const char *cmd) {
457 return PyRun_SimpleString(cmd);
458}
459
460static PythonModule *module = 0;
461

Callers 1

OPS_defaultUnitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected