Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2637
template <typename D>
2638
str_attr_accessor object_api<D>::doc() const {
2639
return attr(
"__doc__"
);
2640
}
2641
2642
template <typename D>
2643
object object_api<D>::annotations() const {
Callers
2
PYBIND11_MODULE
Function · 0.45
PYBIND11_MODULE
Function · 0.45
Calls
no outgoing calls
Tested by
2
PYBIND11_MODULE
Function · 0.36
PYBIND11_MODULE
Function · 0.36