Searched defs:doc (Results 1 - 3 of 3) sorted by relevance
/gem5/ext/pybind11/tests/ | ||
H A D | conftest.py | 152 def doc(): function |
/gem5/ext/pybind11/include/pybind11/ | ||
H A D | attr.h | 30 struct doc { const char *value; doc(const char *value) : value(value) { } }; function in struct:doc 143 char *doc = nullptr; member in struct:function_record 237 const char *doc = nullptr; member in struct:type_record [all...] |
H A D | pytypes.h | 1428 str_attr_accessor object_api<D>::doc() const { return attr("__doc__"); } function in class:object_api |
Completed in 15 milliseconds