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

Class name

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

Annotation for function names

Source from the content-addressed store, hash-verified

50
51/// Annotation for function names
52struct name {
53 const char *value;
54 explicit name(const char *value) : value(value) {}
55};
56
57/// Annotation indicating that a function is an overload associated with a given "sibling"
58struct sibling {

Callers 6

pybind11.hFile · 0.70
class_Class · 0.70
initFunction · 0.70
enum_Method · 0.70
executeMethod · 0.70
execute_castMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected