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

Function setitem

include/win/boost/python/object_protocol.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58template <class Key, class Value>
59void setitem(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key))
60{
61 setitem(target, object(key), object(value));
62}
63
64template <class Key>
65void delitem(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))

Callers 1

object_items.hppFile · 0.85

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected