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

Method get

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

Source from the content-addressed store, hash-verified

70}
71
72inline object const_attribute_policies::get(object const& target, char const* key)
73{
74 return python::getattr(target, key);
75}
76
77inline object const_objattribute_policies::get(object const& target, object const& key)
78{

Callers

nothing calls this directly

Calls 1

getattrFunction · 0.85

Tested by

no test coverage detected