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

Method attr

include/win/boost/python/object_attributes.hpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43//
44template <class U>
45inline object_attribute object_operators<U>::attr(char const* name)
46{
47 object_cref2 x = *static_cast<U*>(this);
48 return object_attribute(x, name);
49}
50
51template <class U>
52inline const_object_attribute object_operators<U>::attr(char const* name) const

Callers 6

containsMethod · 0.95
extension_defMethod · 0.80
base_set_sliceMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
save_implFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected