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

Function Name

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

Source from the content-addressed store, hash-verified

1475 static bool check_(handle h) { return h.ptr() != nullptr && CheckFun(h.ptr()); } \
1476 template <typename Policy_> /* NOLINTNEXTLINE(google-explicit-constructor) */ \
1477 Name(const ::pybind11::detail::accessor<Policy_> &a) : Name(object(a)) {}
1478
1479#define PYBIND11_OBJECT_CVT(Name, Parent, CheckFun, ConvertFun) \
1480 PYBIND11_OBJECT_COMMON(Name, Parent, CheckFun) \

Callers

nothing calls this directly

Calls 6

check_Function · 0.85
moveFunction · 0.85
ptrMethod · 0.80
inc_refMethod · 0.80
releaseMethod · 0.80
objectFunction · 0.70

Tested by

no test coverage detected