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

Method err_out

SRC/interpreter/PythonStream.h:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64template<class T>void PythonStream::err_out(T err)
65{
66 std::stringstream ss;
67 ss << err;
68 msg = ss.str();
69 PySys_FormatStderr(msg.c_str());
70}
71
72
73#endif

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected