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

Method read

include/pybind11/pybind11.h:2070–2072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2068
2069 template <typename PM, must_be_member_function_pointer<PM> = 0>
2070 static cpp_function read(PM pm, const handle &hdl) {
2071 return readonly(pm, hdl);
2072 }
2073
2074 template <typename PM, must_be_member_function_pointer<PM> = 0>
2075 static cpp_function write(PM pm, const handle &hdl) {

Callers 4

runFunction · 0.45
read_tz_fileFunction · 0.45
conf.pyFile · 0.45
prepareFunction · 0.45

Calls

no outgoing calls

Tested by 1

read_tz_fileFunction · 0.36