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

Method doc

include/pybind11/attr.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46struct doc {
47 const char *value;
48 explicit doc(const char *value) : value(value) {}
49};
50
51/// Annotation for function names

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected