Searched defs:str_value (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp285 virtual std::string str_value() { return v; } function in class:OverrideTest
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h935 PyObject *str_value = PyObject_Str(op); local
1385 PyObject *str_value = PyObject_Repr(h.ptr()); local
[all...]

Completed in 14 milliseconds