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

/gem5/ext/pybind11/include/pybind11/
H A Diostream.h24 class pythonbuf : public std::streambuf { class in inherits:std::streambuf
59 pythonbuf(object pyostream, size_t buffer_size = 1024) function in class:pythonbuf
67 pythonbuf(pythonbuf&&) = default;
70 ~pythonbuf() {
106 detail::pythonbuf buffer;

Completed in 3 milliseconds