| 384 | private: |
| 385 | std::string _tmp; |
| 386 | std::string str_ref_helper() { PYBIND11_OVERRIDE(std::string, OverrideTest, str_ref); } |
| 387 | |
| 388 | public: |
| 389 | std::string &str_ref() override { return _tmp = str_ref_helper(); } |
nothing calls this directly
no test coverage detected