Searched refs:pyostream (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Diostream.h59 pythonbuf(object pyostream, size_t buffer_size = 1024) argument
62 pywrite(pyostream.attr("write")),
63 pyflush(pyostream.attr("flush")) {
111 object pyostream = module::import("sys").attr("stdout"))
112 : costream(costream), buffer(pyostream) {
142 object pyostream = module::import("sys").attr("stderr"))
143 : scoped_ostream_redirect(costream,pyostream) {}

Completed in 3 milliseconds