MCPcopy Create free account
hub / github.com/pybind/pybind11 / doc

Method doc

include/pybind11/pytypes.h:2638–2640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2636
2637template <typename D>
2638str_attr_accessor object_api<D>::doc() const {
2639 return attr("__doc__");
2640}
2641
2642template <typename D>
2643object object_api<D>::annotations() const {

Callers 2

PYBIND11_MODULEFunction · 0.45
PYBIND11_MODULEFunction · 0.45

Calls

no outgoing calls

Tested by 2

PYBIND11_MODULEFunction · 0.36
PYBIND11_MODULEFunction · 0.36