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

Method setFile

SRC/interpreter/PythonStream.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12int PythonStream::setFile(const char *fileName, openMode mode, bool echo) {
13 echoApplication = echo;
14 return StandardStream::setFile(fileName, mode, false);
15}
16
17OPS_Stream &PythonStream::operator<<(char c) {
18 if (echoApplication) err_out(c);

Callers 7

OPS_printAFunction · 0.45
OPS_printBFunction · 0.45
OPS_printXFunction · 0.45
OPS_printModelFunction · 0.45
OPS_printModelGIDFunction · 0.45
OPS_logFileFunction · 0.45
ops_printModelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected