MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

2621}
2622template <typename D>
2623args_proxy object_api<D>::operator*() const {
2624 return args_proxy(derived().ptr());
2625}
2626template <typename D>
2627template <typename T>
2628bool object_api<D>::contains(T &&item) const {

Callers

nothing calls this directly

Calls 3

args_proxyClass · 0.85
derivedClass · 0.85
ptrMethod · 0.80

Tested by

no test coverage detected