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

/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.py22 assert m.print_bytes(m.return_bytes()) == "bytes[1 0 2 0]"
H A Dtest_constants_and_functions.cpp36 std::string print_bytes(py::bytes bytes) { function
108 m.def("print_bytes", &print_bytes);

Completed in 3 milliseconds