Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ getitem
Function
getitem
include/win/boost/python/object_protocol.hpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
template <class Target, class Key>
52
object getitem(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))
53
{
54
return getitem(object(target), object(key));
55
}
56
57
58
template <class Key, class Value>
Callers
1
get
Method · 0.85
Calls
1
object
Function · 0.70
Tested by
no test coverage detected