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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h976 const auto has_doc = rec_func && rec_func->doc && pybind11::options::show_user_defined_docstrings(); local
982 pybind11::str(has_doc ? rec_func->doc : ""));

Completed in 13 milliseconds