MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / attr

Method attr

extern/pybind/include/pybind11/pytypes.h:2555–2557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2553}
2554template <typename D>
2555obj_attr_accessor object_api<D>::attr(handle key) const {
2556 return {derived(), reinterpret_borrow<object>(key)};
2557}
2558template <typename D>
2559obj_attr_accessor object_api<D>::attr(object &&key) const {
2560 return {derived(), std::move(key)};

Callers 15

pythonbufMethod · 0.80
loadMethod · 0.80
initialize_genericMethod · 0.80
def_submoduleFunction · 0.80
globalsFunction · 0.80
initializeMethod · 0.80
add_class_methodFunction · 0.80
enum_nameFunction · 0.80
initFunction · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected