Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
455
int
456
PythonModule::runCommand(const char *cmd) {
457
return PyRun_SimpleString(cmd);
458
}
459
460
static PythonModule *module = 0;
461
Callers
1
OPS_defaultUnits
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected