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

Method get

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

Source from the content-addressed store, hash-verified

1139struct obj_attr {
1140 using key_type = object;
1141 static object get(handle obj, handle key) { return getattr(obj, key); }
1142 static void set(handle obj, handle key, handle val) { setattr(obj, key, val); }
1143};
1144

Callers 10

__init__Method · 0.45
compile_functionMethod · 0.45
pythonbufMethod · 0.45
gil_scoped_acquireMethod · 0.45
initializeMethod · 0.45
initialize_genericMethod · 0.45
readonlyMethod · 0.45
readMethod · 0.45
readMethod · 0.45

Calls 1

getattrFunction · 0.85

Tested by

no test coverage detected