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

Method read

include/pybind11/pybind11.h:2129–2131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2127
2128 template <typename PM, must_be_member_function_pointer<PM> = 0>
2129 static cpp_function read(PM pm, const handle &hdl) {
2130 return readonly(pm, hdl);
2131 }
2132
2133 template <typename PM, must_be_member_function_pointer<PM> = 0>
2134 static cpp_function write(PM pm, const handle &hdl) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected