MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / getattr

Function getattr

include/win/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 1

getMethod · 0.85

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected