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

Method exit

include/pybind11/iostream.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 void exit() {
259 redirect_stdout.reset();
260 redirect_stderr.reset();
261 }
262};
263
264PYBIND11_NAMESPACE_END(detail)

Callers 2

libsize.pyFile · 0.80
add_ostream_redirectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected