MCPcopy Create free account
hub / github.com/pybind/pybind11 / OstreamRedirect

Method OstreamRedirect

include/pybind11/iostream.h:246–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245public:
246 explicit OstreamRedirect(bool do_stdout = true, bool do_stderr = true)
247 : do_stdout_(do_stdout), do_stderr_(do_stderr) {}
248
249 void enter() {
250 if (do_stdout_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected