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

Function __self

include/pybind11/operators.h:78–78  ·  view source on GitHub ↗

Don't warn about an unused variable

Source from the content-addressed store, hash-verified

76
77/// Don't warn about an unused variable
78inline self_t __self() { return self; }
79
80/// base template of operator implementations
81template <op_id, op_type, typename B, typename L, typename R>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected