| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected