MCPcopy 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
426int
427PythonModule::setString(const char *str) {
428 wrapper.setOutputs(str);
429
430 return 0;
431}
432
433int
434PythonModule::setString(std::vector<const char*>& data) {

Callers 5

OPS_SetStringFunction · 0.45
OPS_SetStringListFunction · 0.45
OPS_SetStringListsFunction · 0.45
OPS_SetStringDictFunction · 0.45
OPS_SetStringDictListFunction · 0.45

Calls 1

setOutputsMethod · 0.45

Tested by

no test coverage detected