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

/gem5/ext/pybind11/tests/
H A Dtest_docstring_options.cpp35 options.disable_function_signatures().disable_user_defined_docstrings();
50 options.disable_user_defined_docstrings();
/gem5/ext/pybind11/include/pybind11/
H A Doptions.h33 options& disable_user_defined_docstrings() & { global_state().show_user_defined_docstrings = false; return *this; } function in class:options

Completed in 6 milliseconds