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

Function object_api

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

Source from the content-addressed store, hash-verified

82template <typename Derived>
83class object_api : public pyobject_tag {
84 object_api() = default;
85 const Derived &derived() const { return static_cast<const Derived &>(*this); }
86 friend Derived;
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected