Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setString
Method
setString
SRC/interpreter/PythonModule.cpp:426–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
}
425
426
int
427
PythonModule::setString(const char *str) {
428
wrapper.setOutputs(str);
429
430
return 0;
431
}
432
433
int
434
PythonModule::setString(std::vector<const char*>& data) {
Callers
5
OPS_SetString
Function · 0.45
OPS_SetStringList
Function · 0.45
OPS_SetStringLists
Function · 0.45
OPS_SetStringDict
Function · 0.45
OPS_SetStringDictList
Function · 0.45
Calls
1
setOutputs
Method · 0.45
Tested by
no test coverage detected