MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / getattr

Function getattr

edrav2/eprj/boost/boost/python/object_protocol.hpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template <class Target, class Key>
27object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))
28{
29 return getattr(object(target), object(key));
30}
31
32template <class Target, class Key, class Default>
33object getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_ARG(Key))

Callers 4

getMethod · 0.70
to_valMethod · 0.50
from_valMethod · 0.50
__init__Method · 0.50

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected