Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
inline object const_attribute_policies::get(object const& target, char const* key)
73
{
74
return python::getattr(target, key);
75
}
76
77
inline object const_objattribute_policies::get(object const& target, object const& key)
78
{
Callers
nothing calls this directly
Calls
1
getattr
Function · 0.85
Tested by
no test coverage detected