MCPcopy 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
51template <class Target, class Key>
52object getitem(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))
53{
54 return getitem(object(target), object(key));
55}
56
57
58template <class Key, class Value>

Callers 1

getMethod · 0.85

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected